Explain what are reserved words?
No Answer is Posted For this Question
Be the First to Post Answer
What does c in a circle mean?
What are the general description for loop statement and available loop types in c?
What are the storage classes in C?
main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }
can you change name of main()?how?
a simple c program using 'for' loop to display the output 5 4 3 2 1
if a person is buying coconuts of Rs10,and then sell that coconuts of Rs9,with the loss of one rupee.After that the person became a millaniore.how?
what does keyword ‘extern’ mean in a function declaration?
What is double pointer in c?
What is function pointer c?
Can we declare variable anywhere in c?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;