What is wrong with this initialization?


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

Post New Answer

More C Interview Questions

How to print India by nested loop? I IN IND INDI INDIA

4 Answers   NIIT, Wipro,


Is c still relevant?

0 Answers  


c program to print a name without using semicolon

9 Answers   TCS, Wipro,


Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)

0 Answers   InterGraph,


How does placing some code lines between the comment symbol help in debugging the code?

0 Answers  






what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values

0 Answers   College School Exams Tests,


Is Exception handling possible in c language?

0 Answers   Wipro,


Write a routine that prints out a 2-D array in spiral order!

1 Answers   Lucent,


Which is the memory area not included in C program? give the reason

0 Answers   IBM, TCS,


study the code: #include<stdio.h> void main() { const int a=100; int *p; p=&a; (*p)++; printf("a=%dn(*p)=%dn",a,*p); } What is printed? A)100,101 B)100,100 C)101,101 D)None of the above

15 Answers   Accenture, TCS,


Describe wild pointers in c?

0 Answers  


Explain what are header files and explain what are its uses in c programming?

0 Answers  


Categories