array of pointer
pointer to array
pointer to pointer
How many types of functions are there in c?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
write a program to find the given number is prime or not
2 Answers Accenture, Vasutech,
write a C program to print the program itself ?!
sum of two integers values only other then integer it should print invalid input.
How do I declare a pointer to an array?
What is null character in c?
Difference between exit() and _exit() function?
Explain what is the advantage of a random access file?
What are the 4 types of functions?
What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }
how to find that no is int or float?