Answer Posted / manishknp2005
i think it is semicolon(;).
| Is This Answer Correct ? | 22 Yes | 2 No |
Post New Answer View All Answers
What does sizeof int return?
What is the heap?
Who invented b language?
What is ## preprocessor operator in c?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
What is null pointer constant?
What is a substring in c?
Add Two Numbers Without Using the Addition Operator
Is fortran faster than c?
What is binary tree in c?
Explain how do you view the path?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
Why do we use return in c?
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.
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