Is there sort function in c?
What is equivalent to ++i+++j?
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
How many levels of indirection in pointers can you have in a single declaration?
What math functions are available for integers? For floating point?
What are the data types present in c?
Where is c used?
How is null defined in c?
Write a factorial program using C.
What is typedef?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
What are data structures in c and how to use them?
Explain what is the benefit of using an enum rather than a #define constant?
Disadvantages of C language.
how to execute a program using if else condition and the output should enter number and the number is odd only...