prototype of sine function.
Answers were Sorted based on User's Feedback
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.
writ a program to compare using strcmp VIVA and viva with its output.
What is the default value of local and global variables in c?
Explain the use of 'auto' keyword in c programming?
what is op? for(c=0;c=1000;c++) printf("%c",c);
What are the types of type specifiers?
what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1
What does calloc stand for?
what is used instead of pointers in java than c?
How do I read the arrow keys? What about function keys?
How do I declare a pointer to an array?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?