Explain what are preprocessor directives?
No Answer is Posted For this Question
Be the First to Post Answer
Calculate 1*2*3*____*n using recursive function??
how to add our own function in c library please give details.?
What is floating point exception error? And what are different types of errors occur during compile time and run time? why they occur?
Do you know what is a programing language ?
why the execution starts from main function
#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
What are the data types present in c?
What is the difference between ++a and a++?
WRITE A C PROGRAM FOR PRINT "RHOMBUS" STRUCTURE . Example: Enter the numbers :3 * * * * * * * *
What is the use of f in c?
what is an ERP?