Answer Posted / bhavin tosar
‘C’ is a formal constructed Language Designed to Communicate Instructions to a Machine Particularly a Computer.
‘C’ is Programming Language it was developed by Denis Ritchie at “AT & T’s Bell Laboratories.
‘C’ Middle Level Language & C++ is High Level Language
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What does malloc () calloc () realloc () free () do?
explain what is an endless loop?
What is the difference between char array and char pointer?
explain what are actual arguments?
Is the exit() function same as the return statement? Explain.
Can you tell me how to check whether a linked list is circular?
Does sprintf put null character?
Why calloc is better than malloc?
Why array is used in c?
formula to convert 2500mmh2o into m3/hr
In which layer of the network datastructure format change is done
What are the advantages of the functions?
Does * p ++ increment p or what it points to?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.