Why is %d used in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is this pointer in c plus plus?

0 Answers  


what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }

3 Answers   Satyam,


Differentiate between a for loop and a while loop? What are it uses?

0 Answers   TISL,


What is mean by data types in c?

0 Answers  


How do shell structures work?

0 Answers  






difference between native and cross compilers

0 Answers  


What is a keyword?

0 Answers  


11. Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage

7 Answers   Accenture,


Why calloc is better than malloc?

0 Answers  


How do you define CONSTANT in C?

0 Answers   ADP,


can we print any string in c language without using semicolon(;)(terminator) in whole program.

11 Answers  


Who is invented by c?

24 Answers   Infosys, Mphasis,


Categories