Answer Posted / akila
Main function
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is c pass by value or reference?
How can you call a function, given its name as a string?
Why functions are used in c?
what is the function of pragma directive in c?
Write a program of prime number using recursion.
Why do we need arrays in c?
Explain modulus operator. What are the restrictions of a modulus operator?
Mention four important string handling functions in c languages .
Why doesnt the call scanf work?
What do you mean by scope of a variable in c?
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
Is c language still used?
What is the correct declaration of main?
What is #include stdio h and #include conio h?
Is there a way to compare two structure variables?