Can include files be nested? How many levels deep can include files be nested?
No Answer is Posted For this Question
Be the First to Post Answer
How can I find the day of the week given the date?
How can I sort a linked list?
what is dangling pointer?
what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }
Why main function is special give two reasons?
"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.
11 Answers ABC Infotech, ADP, College School Exams Tests, Kovair,
Write a function in c to find the area of a triangle whose length of three sides is given.
What is the right way to use errno?
plz let me know how to become a telecom protocol tester. thank you.
main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }
1 Answers Vector, Vector India,
Write a code to remove duplicates in a string.
Explain the properties of union. What is the size of a union variable