Explain what is wrong in this statement?
the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 characters d) 20 characters
In C programming, how do you insert quote characters (‘ and “) into the output screen?
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
Implement bit Array in C.
.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; }
how can f be used for both float and double arguments in printf? Are not they different types?
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.
How many types of arrays are there in c?
Explain what is the difference between text files and binary files?
write a program in c language for the multiplication of two matrices using pointers?
what information does the header files contain?
6 Answers BSNL, Cisco, GDA Technologies,