print out of string in this format;
1. "rajesh"
2. \n
3. %d
Answer Posted / rajesh sharma
sir I am not knowing that answer of Question.
if you know the answer , please mail me the ans my mail
rajeshshrm136@gmail.com
please sir..
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What are the two types of structure?
Is struct oop?
Differentiate abs() function from fabs() function.
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
What happens if you free a pointer twice?
Do character constants represent numerical values?
How does sizeof know array size?
What is a dynamic array in c?
Why do we use pointer to pointer in c?
simple program of graphics and their output display
What is omp_num_threads?
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 the c value paradox and how is it explained?
What is calloc()?
Why is c called "mother" language?