Answer Posted / amit paul
I feel i am efficient for the desired post as i was implemented my knowledge & skills to help to achieve the organisational goals of my previous company .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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.
What is int main () in c?
Explain pointer. What are function pointers in C?
Is there any data type in c with variable size?
What are structures and unions? State differencves between them.
When would you use a pointer to a function?
What is variable and explain rules to declare variable in c?
What are dangling pointers in c?
What are header files and explain what are its uses in c programming?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
How do you determine a file’s attributes?
How to get string length of given string in c?
What is extern keyword in c?
What is the difference between union and structure in c?
What is atoi and atof in c?