What is d'n in c?


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

Post New Answer

More C Interview Questions

What are the advantages and disadvantages of a heap?

0 Answers  


what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);

4 Answers   TCS,


Why array starts with index 0

2 Answers  


What are the characteristics of arrays in c?

0 Answers  


long int size a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes

18 Answers   Acropolis, HCL, Intel, TCS,


char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)

7 Answers   Mascot,


To find whether a number is even or odd without using any conditional operator??

12 Answers   College School Exams Tests, IBM,


What are type modifiers in c?

0 Answers  


What is the memory allocated by the following definition ? int (*x)[10];

4 Answers   ADITI, Wipro,


write a program for size of a data type without using sizeof() operator?

22 Answers   HCL, IBM,


Explain a pre-processor and its advantages.

0 Answers  


What are pointers in C?

5 Answers   KPIT,


Categories