Answer Posted / guest
C language terminator is the closing brace ( } ) of the
main program
| Is This Answer Correct ? | 7 Yes | 6 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 a nested loop?
Describe explain how arrays can be passed to a user defined function
what is the basis for selection of arrays or pointers as data structure in a program
Explain is it better to bitshift a value than to multiply by 2?
Explain how do you view the path?
Are the expressions * ptr ++ and ++ * ptr same?
Is that possible to store 32768 in an int data type variable?
What does %d do in c?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
Explain how can I avoid the abort, retry, fail messages?
When should volatile modifier be used?
Do pointers need to be initialized?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
write a proram to reverse the string using switch case?