What is int main () in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is define directive?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
Tell about strtok & strstr functions
2 Answers HCL, iFlex, Motorola,
What is huge pointer in c?
program that accepts amount in figures and print that in words
2 Answers Infosys, Lovely Professional University, Wipro,
What is the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }
String concatenation
When should you not use a type cast?
Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)ferror() A)ii B)i,ii C)iii D)iv
What is define c?
How can we open a file in Binary mode and Text mode?what is the difference?
Why should I prototype a function?