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 is difference between class and structure?
How many types of functions are there in c?
why java is called as a purely oops language.
What will the preprocessor do for a program?
Why is void main used?
main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............
find largest element in array w/o using sorting techniques.
Name the language in which the compiler of "c" in written?
Write a code of a general series where the next element is the sum of last k terms.
how do we remove the printed character in printf statement and write next it it
what is the difference between #include<stdio.h> and #include "stdio.h" ?
who is the father of c