4. main()
{
int c=- -2;
printf("c=%d",c);
}
Total of how many functions are available in c?
What are advantages and disadvantages of recursive calling ?
12 Answers College School Exams Tests, Evolving Systems, HP, Jyoti Ltd, Sage, Wipro,
Can a binary search tree be used as an index? If yes, how? Explain
how to get starting address of a running C program
main() { charx; while (x=0;x<=255;x++) printf("\nAscii value %d Character %c,x,x); }
Write a c program to demonstrate character and string constants?
When is a “switch” statement preferable over an “if” statement?
what is the use of a array in c
Define macros.
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
Who developed c language and when?
What is a #include preprocessor?