What are identifiers and keywords in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is const keyword in c?
What is the meaning of && in c?
What are the uses of null pointers?
Why clrscr is used after variable declaration?
What are bit fields? What is their use?
main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail
Why & is used in c?
What is the best way of making my program efficient?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
Difference between exit() and _exit() function?
Why we not create function inside function.
Two's compliment of -5