What is the difference between a free-standing and a hosted environment?
No Answer is Posted For this Question
Be the First to Post Answer
Q-1: 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.
what is calloc and malloc?
What is the use of header files?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
how to write palindrome program?
What is a Genralised LInked List?? Please give a detailed explation of it..
what value is returned to operating system after program execution?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Why array is used in c?
write a program to display & create a rational number
I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?
How can you pass an array to a function by value?