Answer Posted / vinod
c is amiddle level language
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write the control statements in C language
Explain how do you print only part of a string?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
Can we use any name in place of argv and argc as command line arguments?
Is c++ based on c?
What is the size of structure pointer in c?
What is function and its example?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
What are the back slash character constants or escape sequence charactersavailable in c?
code for replace tabs with equivalent number of blanks
In C programming, how do you insert quote characters (‘ and “) into the output screen?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
What is fflush() function?
Why can arithmetic operations not be performed on void pointers?
write a program to print largest number of each row of a 2D array