write a program that will print %d in the output screen??
Answer Posted / mizanur
int main()
{
printf("%%d");
return 0;
}
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain argument and its types.
What are data types in c language?
List out few of the applications that make use of Multilinked Structures?
Explain what are the advantages and disadvantages of a heap?
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
What are qualifiers and modifiers c?
Can two or more operators such as and be combined in a single line of program code?
How many types of operators are there in c?
Write a code to generate a series where the next element is the sum of last k terms.
How do you construct an increment statement or decrement statement in C?
Is there sort function in c?
what do the 'c' and 'v' in argc and argv stand for?
Write a c program to demonstrate character and string constants?
What are the types of type specifiers?
Differentiate between ordinary variable and pointer in c.