How to create struct variables?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what is the first address that gets stored in stack according to a C or C++ compiler???? or what will be the first address that gets stored when we write a C source code????????

2 Answers   Apple,


A B C D E F G F E D C B A A B C D E F F E D C B A A B C D E E D C B A A B C D D C B A A B C C B A A B B A A A

2 Answers  


What are the parts of c program?

0 Answers  


How to create struct variables?

0 Answers  


Given an unsigned integer, find if the number is power of 2?

5 Answers  






Can you return null in c?

0 Answers  


What are the 4 types of programming language?

0 Answers  


Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female

5 Answers   Infosys, Luminous,


What does %c do in c?

0 Answers  


Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;

2 Answers   Lucent,


Write a program to identify if a given binary tree is balanced or not.

0 Answers   JPMorgan Chase,


using for loop sum 2 number of any 4 digit number in c language

0 Answers  


Categories