write a program to print %d ?
Answers were Sorted based on User's Feedback
Answer / naveenkumar s h
#include<stdio.h>
#include<conio.h>
void main()
{
printf(%d, printf(%d));
}
Is This Answer Correct ? | 0 Yes | 11 No |
Answer / ketan
#include<stdio.h>
#include<conio.h>
void main()
{
printf%d
}
Is This Answer Correct ? | 3 Yes | 22 No |
Why do we write return 0 in c?
What is pointer to pointer in c with example?
WAP to find that given no is small or capital
What will be your course of action for a push operation?
What is c basic?
Explain about block scope in c?
Explain how can I pad a string to a known length?
Give basis knowledge of web designing ...
What are the keywords in c?
What is cohesion in c?
? ???Mirror Mirror on the wall????????
What are multibyte characters?