Answer Posted / viji
It doesn't return any value
Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
What does & mean in scanf?
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 is dynamic memory allocation?
What are the functions to open and close file in c language?
Why is c so important?
What is difference between array and pointer in c?
What is return in c programming?
Differentiate between a for loop and a while loop? What are it uses?
What is modeling?
Is return a keyword in c?
How will you write a code for accessing the length of an array without assigning it to another variable?
What is the use of ?: Operator?
Explain what is the difference between the expression '++a' and 'a++'?
Explain the bubble sort algorithm.
Define the scope of static variables.