write a program to print %d ?

Answers were Sorted based on User's Feedback



write a program to print %d ? ..

Answer / naveenkumar s h

#include<stdio.h>
#include<conio.h>
void main()
{
printf(%d, printf(%d));
}

Is This Answer Correct ?    0 Yes 11 No

write a program to print %d ? ..

Answer / ketan

#include<stdio.h>
#include<conio.h>
void main()
{
printf%d
}

Is This Answer Correct ?    3 Yes 22 No

Post New Answer

More C Interview Questions

Why do we write return 0 in c?

0 Answers  


What is pointer to pointer in c with example?

0 Answers  


WAP to find that given no is small or capital

3 Answers  


What will be your course of action for a push operation?

0 Answers  


What is c basic?

0 Answers  


Explain about block scope in c?

0 Answers  


Explain how can I pad a string to a known length?

0 Answers  


Give basis knowledge of web designing ...

0 Answers   HCL,


What are the keywords in c?

0 Answers  


What is cohesion in c?

0 Answers  


? ???Mirror Mirror on the wall????????

1 Answers   channel V, DPI,


What are multibyte characters?

0 Answers  


Categories