Explain what is wrong in this statement?


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

Post New Answer

More C Interview Questions

the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 characters d) 20 characters

2 Answers  


In C programming, how do you insert quote characters (‘ and “) into the output screen?

0 Answers  


why r u join this company? give solid resons.

16 Answers   IBM, Infosys, TCS,


HOW TO ANSWER IF ASKED " WHAT KIND OF A PERSON ARE YOU?" I NEED AN ANSWER THAT IMPRESS THE INTERVIEWER

4 Answers  


Implement bit Array in C.

0 Answers   GrapeCity,


.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

0 Answers  


how can f be used for both float and double arguments in printf? Are not they different types?

0 Answers  


1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.

0 Answers  


How many types of arrays are there in c?

0 Answers  


Explain what is the difference between text files and binary files?

0 Answers  


write a program in c language for the multiplication of two matrices using pointers?

8 Answers   Ignou,


what information does the header files contain?

6 Answers   BSNL, Cisco, GDA Technologies,


Categories