What is the disadvantage of using #include<bits/stdc++.h> ??
Header files (bits/stdc++.h)
Is this a question in the quiz or your doubt?
it is a doubt… it is a doubt
What is the disadvantage of using #include<bits/stdc++.h> ??
Hey Karanveer,
#include<bits/stdc++.h> is most used library for online programming competitions , single second matters for online programming competitions.
Moreover it has a group of header files in it, therefore you should know what functionality all of them performs cause it can be asked in your interview.
Just because of lots of header file, it makes compilation of your program slow.
Therefore, if you are using it you should be aware of it.
Thank You
No disadvantage as such just that it is predetermined so if you need some customization you need to independently invoke the required header files
@mr.encoder Please do not try to reply to other peoples doubts which you have not taken as it negatively affects your performance and ratings