Answer Posted / aravind
a/bc*d-e+
Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
Why is structure padding done in c?
Why is this loop always executing once?
What are the different types of control structures in programming?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
What is a protocol in c?
How was c created?
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
What is the purpose of sprintf?
Explain what are the advantages and disadvantages of a heap?
What is the difference between local variable and global variable in c?
Write a program to check whether a number is prime or not using c?
What does %d do?
Give me the code of in-order recursive and non-recursive.
can we change the default calling convention in c if yes than how.........?
Where does the name "C" come from, anyway?