What is main function in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why enum is used in c?
What does the c in ctime mean?
main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }
When do we get logical errors?
Explain how can a program be made to print the name of a source file where an error occurs?
What are the application of void data type in c?
Explain about the constants which help in debugging?
What does typeof return in c?
What is #define used for in c?
Why static is used in c?
What do you know about the use of bit field?
What is #line?