what is op?
for(c=0;c=1000;c++)
printf("%c",c);
Answer Posted / p
answer 6 is absolutely correct
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
Why is #define used?
What is wrong with this statement? Myname = 'robin';
How can I open a file so that other programs can update it at the same time?
struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer
Write the syntax and purpose of a switch statement in C.
What are structural members?
how to execute a program using if else condition and the output should enter number and the number is odd only...
What are the 5 data types?
what is a constant pointer in C
What is spark map function?
What is #include cctype?
What are the main characteristics of c language describe the structure of ac program?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
Do you know the difference between malloc() and calloc() function?