R
Q. What will be the output of the following C code?
#include <stdio.h> typedef struct student { char *a; }stu; void main() { struct stu s; s.a = ""hi""; printf(""%s"", s.a); }
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. BCPL Language is also called?
Q. Choose a correct statement about C language break; statement.
Q. Which operator is used to access the member of a structure?
Q. Which of the following is the correct output for the program given below?
Q. What will be the output of the following C program?
Q. What is the output of C program with structures?
Q. Comment on the given statment:
Q. Which of the following cannot be checked in a 'switch-case' statement?
Discusssion
Login to discuss.