How can I increase the allowable number of simultaneously
open files?
write a program for even numbers?
How do you convert strings to numbers in C?
What is null pointer constant?
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }
11 Answers CISOC, CitiGroup, College School Exams Tests,
Is main() function predfined or userdefined?
What is function definition in c?
Explain what does the format %10.2 mean when included in a printf statement?
write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .
how to print a statement in c without use of console statement ,with the help of if statement it should print
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
what is the difference between structural,object based,object orientd programming languages?
Is that possible to add pointers to each other?