Answer Posted / rama krishna sidhartha
the variable ram is undeclared,
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Write a program to print factorial of given number using recursion?
Explain how do you determine the length of a string value that was stored in a variable?
What is s or c?
Explain the use of 'auto' keyword
What does nil mean in c?
How does selection sort work in c?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
What are conditional operators in C?
what is the significance of static storage class specifier?
If the size of int data type is two bytes, what is the range of signed int data type?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
Explain 'bit masking'?
When should volatile modifier be used?
What are the types of type specifiers?