Answer Posted / nani
c is a basic programming language
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you override a defined macro?
What are the different types of endless loops?
What is merge sort in c?
Is array a primitive data type in c?
Does c have an equivalent to pascals with statement?
Write a program to reverse a string.
Explain the difference between exit() and _exit() function?
What is a program flowchart?
Explain what are binary trees?
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. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
Why isn't any of this standardized in c? Any real program has to do some of these things.
What is a loop?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
Explain the properties of union. What is the size of a union variable
What are local static variables?