Explain can static variables be declared in a header file?
What is a nested formula?
How many main () function we can have in a project?
What are linker error?
Why is conio.h not required when we save a file as .c and use clrscr() or getch() ?
write a program to print infinte number
How can you print HELLO WORLD without using "semicolon"?
What are data breakpoints?
What is clrscr ()?
Explain about the functions strcat() and strcmp()?
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
main is a predefined or user define function if user defined why? if predefined whay?
What is the difference between printf and scanf )?