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 |
What does struct node * mean?
WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
main() { int i = 10; printf(" %d %d %d \n", ++i, i++, ++i); }
Explain 'far' and 'near' pointers in c.
Write a program to interchange two variables without using the third variable?
17 Answers Accenture, College School Exams Tests, Infotech,
What is the use of the #include directive?
how many errors in c explain deply
Which is best book for data structures in c?
how many times does the loop iterated ? for (i=0;i=10;i+=2) printf("Hi\n");
Who invented bcpl language?
What is the use of a static variable in c?