What is structure and union in c?
No Answer is Posted For this Question
Be the First to Post Answer
while running a program, i got the msg that press return key to exit.what that mean in C as there are no such options as far i know.
What is structure data type in c?
What is d scanf?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
Can I initialize unions?
What is pointer and structure in c?
In which header file is the null macro defined?
write a function which accept two numbers from main() and interchange them using pointers?
What is a program flowchart?
What is c language & why it is used?
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
mplementation of stack using any programing language