Explain can static variables be declared in a header file?


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

Post New Answer

More C Interview Questions

What is a nested formula?

0 Answers  


How many main () function we can have in a project?

0 Answers  


What are linker error?

0 Answers  


Why is conio.h not required when we save a file as .c and use clrscr() or getch() ?

2 Answers  


write a program to print infinte number

4 Answers  


How can you print HELLO WORLD without using "semicolon"?

7 Answers   HCL, Infosys,


What are data breakpoints?

3 Answers   Adobe,


What is clrscr ()?

0 Answers  


Explain about the functions strcat() and strcmp()?

0 Answers  


main() { enum{red,green,blue=6,white}; pf("%d%d%d%d", red,green,blue,white); return 0; } a)0 1 6 2 b)0 1 6 7 c)Compilation error d)None of the above

6 Answers  


main is a predefined or user define function if user defined why? if predefined whay?

12 Answers   TCS,


What is the difference between printf and scanf )?

0 Answers  


Categories