R
Q. What will be output of the following c code?
#include “string.h” void main(){ clrscr(); printf(“%d %d”,sizeof(“string”),strlen(“string”)); getch(); }
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. A Variable of a particular type can hold only a constant of the same type. Choose right answer.
Q. If we pass an array as an argument to a function, what actually gets passed?
Q. What is the work of break keyword?
Q. Which conversion also called Automatic Type Conversion?
Q. Types of Real numbers in C are.?
Q. Which of these is not a valid parameter passing method in C?
Q. What is the output of this program?
Q. Which operator connects the structure name to its member name?
Discusssion
Login to discuss.