What is a header file?
No Answer is Posted For this Question
Be the First to Post Answer
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
How to write a C program to determine the smallest among three nos using conditional operator?
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }
11 Answers CISOC, CitiGroup, College School Exams Tests,
without a terminator how can we print a message in a printf () function.
what is use#in c
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
What is the scope of local variable in c?
What is the difference between null pointer and wild pointer?
When should a type cast not be used?
what will be printed by this printf? printf("%c",printf("hi")["sharkselva"])); }
Explain the priority queues?
what is the use of #pragma pack, wer it is used?