c program for searching a student details among 10 student
details
No Answer is Posted For this Question
Be the First to Post Answer
Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.
What is wrong with this statement? Myname = 'robin';
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
#‎include‬<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }
When should the const modifier be used?
write a program to find the frequency of a number
Explain the priority queues?
What is the use of putchar function?
void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }
which of the function operator cannot be over loaded a) <= b)?: c)== d)*
10 Answers Cisco, CTS, Google, HCL, HP,
Describe the difference between = and == symbols in c programming?
why we need function pointers?