Answer Posted / manoj pasumarthi
C is a structured, procedural programming language that has
been widely used both for operating systems and applications
and that has had a wide following in the academic community.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are variables c?
What is int main () in c?
Explain what is operator promotion?
What is huge pointer in c?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
explain what is a newline escape sequence?
How do we make a global variable accessible across files? Explain the extern keyword?
What are the three constants used in c?
How can this be legal c?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
What is the meaning of && in c?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
Why void main is used in c?
Why c is called top down?
What is pointers in c?