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 |
Explain what is gets() function?
how do you execute a c program in unix.
Write a code of a general series where the next element is the sum of last k terms.
Tell me with an example the self-referential structure?
Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?
What is switch in c?
can we initialize all the members of union?
What does the characters “r” and “w” mean when writing programs that will make use of files?
What are the advantages and disadvantages of a heap?
What does sizeof return c?
C passes By value or By reference?
5 Answers Geometric Software, Infosys,
differentiate between const char *a; char *const a; and char const *a;
2 Answers College School Exams Tests, HCL, TCS,