R
Q. What is the output of C Program with arrays?
int main() { char str[]={"C","A","T","\0"}; printf("%s",str); return 0; }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. In which header file is the NULL macro defined?
Q. When double is converted to float, then the value is?
Q. A Variable of a particular type can hold only a constant of the same type. Choose right answer.
Q. What is the output of this program?
Q. What is the correct syntax to declare pointer to pointer i.e., double pointer?
Q. Predict the data type of the following mathematical operation? 2 * 9 + 3 / 2 . 0
Q. Which of these is a user-defined data type in C?
Q. What is the present C Language Standard?
Discusssion
Login to discuss.