Can include files be nested?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

write a “Hello World” program in “c” without using a semicolon?

9 Answers   CTS, TCS, Wipro,


Explain in detail how strset (string handling function works )pls explain it with an example.

1 Answers  


List the different types of c tokens?

0 Answers  


Reverse the part of the number which is present from position i to j. Print the new number.[without using the array] eg: num=789876 i=2 j=5 778986

2 Answers  


what is uses of .net

0 Answers  






Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)

0 Answers  


#include<stdio.h> #include<conio.h> void main() { clrscr(); int a=0,b=0,c=0; printf("enter value of a,b"); scanf(" %d %d",a,b); c=a+b; printf("sum is %d",c); getch(); }

2 Answers  


Hai what is the different types of versions and their differences

0 Answers  


find the minimum of three values inputted by the user

3 Answers  


Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)

0 Answers  


what is the difference between global variable & static variable declared out side all the function in the file.

2 Answers  


write a function to find whether a string is palindrome or not and how many palindrome this string contain?

2 Answers   Aptech,


Categories