R
Q. What is the output of the program.? #include<stdio.h>
int main() { printf("Hello Boss."); }
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. what is the initial value of register storage class specifier?
Q. What is the range of a signed char variable in C?
Q. What is the output of C program with strings?
Q. malloc() allocates memory from the heap and not from the stack.
Q. What is the output of the C Program.?
Q. Which for loop has range of similar indexes of ‘i’ used in for (i = 0;i < n; i++)?
Q. What is the output of C program with strings?
Q. What is the output of this program?
Q. In switch statement, each case instance value must be _______?
Discusssion
Login to discuss.