What is pointers in c?
main() { clrscr(); } clrscr();
How to print India by nested loop? I IN IND INDI INDIA
What is the output of the following progarm? #include<stdio.h> main( ) { int x,y=10; x=4; y=fact(x); printf(“%d\n”,y); } unsigned int fact(int x) { return(x*fact(x-1)); } A. 24 B. 10 C. 4 D. none
C program to find frequency of each character in a text file?
how to write a prog in c to convert decimal number into binary by using recursen function,
What is a good data structure to use for storing lines of text?
define switch statement?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
There seem to be a few missing operators ..
Explain c preprocessor?
Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4
hi, which software companys will take,if d candidate's % is jst 55%?