Answer Posted / shrikantauti
it appends two strings. for this strcat() is used.
| Is This Answer Correct ? | 3 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 the purpose of the preprocessor directive error?
Are the variables argc and argv are local to main?
Explain what is the most efficient way to store flag values?
Why do we use stdio h and conio h?
Which one would you prefer - a macro or a function?
Can we declare variable anywhere in c?
Difference between malloc() and calloc() function?
Why c language is called c?
What is the use of a static variable in c?
What is getch () for?
What is the difference between procedural and functional programming?
How to compare array with pointer in c?
What is c programming structure?
How reliable are floating-point comparisons?