write a program that will print %d in the output screen??
Answer Posted / mahendra vishwakarma
#include<stdio.h>
void main()
{
printf("%%d"); //this will print as %d output.
}
| Is This Answer Correct ? | 21 Yes | 0 No |
Post New Answer View All Answers
Which is more efficient, a switch statement or an if else chain?
What is ctrl c called?
What is equivalent to ++i+++j?
Explain what is a pragma?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
Why clrscr is used after variable declaration?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What are the benefits of c language?
How can you read a directory in a C program?
What are the different categories of functions in c?
Can you please explain the difference between exit() and _exit() function?
What functions are used for dynamic memory allocation in c language?
Write a program to print all permutations of a given string.
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
How do you view the path?