What is the output of below code?
main() { static int a=5; printf("%3d",a--); if(a) main(); }
main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then wat will be the output }
What are the rules for identifiers in c?
Why doesn't C support function overloading?
How are 16- and 32-bit numbers stored?
what is a stack
Ca some one please help me with aC code to allow user enter numbers from 1 to 20 without repeating and prnt the sum of those numbers thnx
what is the difference between. system call and library function?
What is Function Pointer? Explain with example?
What is hashing in c?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What is a header file?
Does sprintf put null character?