C program execution always begins with
a) #include
b) comment (/*-------*/)
c) main()
d) declaration instructions
No Answer is Posted For this Question
Be the First to Post Answer
Explain threaded binary trees?
Write a progarm to find the length of string using switch case?
Why do we use & in c?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
Why is extern used in c?
What is a pragma?
define c
can we execute the program with the object file
Can we access array using pointer in c language?
Is register a keyword in c?
Why is it usually a bad idea to use gets()? Suggest a workaround.
Tell me when is a void pointer used?