Place the #include statement must be written in the program?


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

Post New Answer

More C Interview Questions

#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} what would be the output?

1 Answers   Wipro,


struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]

3 Answers  


How can I open files mentioned on the command line, and parse option flags?

0 Answers  


how to execute a program using if else condition and the output should enter number and the number is odd only...

0 Answers  


How can a string be converted to a number?

0 Answers  






What does the c in ctime mean?

0 Answers  


52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?

9 Answers  


How many data structures are there in c?

0 Answers  


20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????

2 Answers  


64/square(4)

1 Answers  


What is the hardest programming language?

0 Answers  


Write a program to print numbers from 1 to 100 without using loop in c?

0 Answers  


Categories