What is the c language function prototype?
where does it flourished?
what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
All technical questions
What is the size of enum in c?
What is #line?
tell me the full form of c?
Write a program for deleting duplicate elements in an array
Explain null pointer.
write a prgram of swapping with 2 valiables
What is the equivalent code of the following statement in WHILE LOOP format?
What should not contain a header file?