write a program to print data of 5 five students with
structures?


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

Post New Answer

More C Interview Questions

What are the different types of control structures?

0 Answers  


When the macros gets expanded?

0 Answers  


How many loops are there in c?

0 Answers  


How to avoid structure padding in C?

8 Answers   Tech Mahindra,


WHAT IS LOW LEVEL LANGUAGE?

2 Answers  


Explain the concept and use of type void.

0 Answers  


shorting algorithmS

0 Answers   Wipro,


difference between i++* and *++i

6 Answers   IBM,


int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }

3 Answers   HCL,


Print the foll in C...eg when n=5 the o/p must b + + + + + + + + + + + + + + + + +

1 Answers  


which one is better structure or union?(other than the space occupied )

2 Answers  


main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }

9 Answers   TCS,


Categories