Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
1075Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
2048What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
1834
What is context in c?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
What is dynamic variable in c?
What are the two types of structure?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
Can math operations be performed on a void pointer?
Is there a way to switch on strings?
Write the control statements in C language
Explain how can you tell whether two strings are the same?
Explain setjmp()?
What is array within structure?
If I have a char * variable pointing to the name of a function ..
write a programming in c to find the sum of all elements in an array through function.
How do c compilers work?
What is character constants?