Answer Posted / rama krishna sidhartha
the variable ram is undeclared,
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Why is this loop always executing once?
What does the error message "DGROUP exceeds 64K" mean?
What is the difference between #include and #include 'file' ?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
What is function prototype?
What are the complete rules for header file searching?
How to write c functions that modify head pointer of a linked list?
How can type-insensitive macros be created?
Where register variables are stored in c?
Who developed c language and when?
Why is c faster?
Can math operations be performed on a void pointer?
What are reserved words?
How are pointers declared in c?