What is d'n in c?
What are the advantages and disadvantages of a heap?
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);
Why array starts with index 0
What are the characteristics of arrays in c?
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)
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?
What is the memory allocated by the following definition ? int (*x)[10];
write a program for size of a data type without using sizeof() operator?
22 Answers HCL, IBM,
Explain a pre-processor and its advantages.
What are pointers in C?