Write a program to print factorial of given number using recursion?
Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);
`write a program to display the recomended action depends on a color of trafic light using nested if statments
what are the difference between ANSI C and Let Us c and Turbo C
How would you print out the data in a binary tree, level by level, starting at the top?
1. Write a C program to count the number of occurrence of a specific word in the given strings. (for e.g. Find how many times the word “live” comes in the sentence “Dream as if you’ll live forever, live as if you’ll die today ”)
How was c created?
Write a program to generate random numbers in c?
What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
Tell me is null always defined as 0(zero)?
void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }
What do mean by network ?