Can include files be nested?
No Answer is Posted For this Question
Be the First to Post Answer
When should the register modifier be used? Does it really help?
Write a c pgm for leap year
11 Answers College School Exams Tests, IBM, TCS,
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
how to calculate the time complexity of a given algorithm? pls give exaples..mainly for the coplexities such as O(log n),O(n log n)...
What 'lex' does?
write a program to copy the string using switch case?
What are the different types of endless loops?
what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string
how to find that no is int or float?
what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7
What is extern keyword in c?
Is double link list a linear data structure? If Yes, Why?If No, Why?