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

which do you prefer C or Pascal?

1 Answers  


Can we change the value of constant variable in c?

0 Answers  


What is ambagious result in C? explain with an example.

0 Answers   Infosys,


Write a C program to count the number of email on text

0 Answers  


What is the use of define in c?

0 Answers  






What are structures and unions? State differencves between them.

0 Answers   iNautix,


void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); }

9 Answers  


struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));

2 Answers  


an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational

0 Answers  


Write a program to swap two numbers without using the third variable?

0 Answers  


Write a C program to get the desired output. 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 . . . 1 n..............n 1 Note: n is a positive integer entered by the user.

4 Answers  


write function to reverse char array ... without using second array

3 Answers  


Categories