What are two dimensional arrays alternatively called as?
No Answer is Posted For this Question
Be the First to Post Answer
write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.
Explain about C function prototype?
I need previous papers of CSC.......plz help out by posting them.......
write a program to print infinte number
Write a program to print prime nums from 1-20 using c programing?
Are the variables argc and argv are local to main?
What is an lvalue?
What is a 'null pointer assignment' error?
The statement, int(*x[]) () what does in indicate?
What is storage class?
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
What are the types of functions in c?