What is operator precedence?
No Answer is Posted For this Question
Be the First to Post Answer
What is sizeof int?
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 does s c mean in text?
What is difference between structure and union?
Can we replace the struct function in tree syntax with a union?
Why is sprintf unsafe?
Can include files be nested?
Tell us something about keyword 'auto'.
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
Without using main fn and semicolon,print remainder for a given number in C language
What do you mean by recursion in c?