write a program that will print %d in the output screen??
Answer Posted / ratish
void main()
{
printf("\%d");
}
| Is This Answer Correct ? | 1 Yes | 24 No |
Post New Answer View All Answers
Can you think of a logic behind the game minesweeper.
What does s c mean in text?
What are the functions to open and close file in c language?
Is c is a high level language?
write a c program for swapping two strings using pointer
what do the 'c' and 'v' in argc and argv stand for?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
Is there a built-in function in C that can be used for sorting data?
What does %c do in c?
What does stand for?
Why can’t constant values be used to define an array’s initial size?
What math functions are available for integers? For floating point?
What is the difference between array and pointer in c?
What is a macro in c preprocessor?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.