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
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
What are different storage class specifiers in c?
What are # preprocessor operator in c?
What does char * * argv mean in c?
How can you determine the maximum value that a numeric variable can hold?
Tell me what is the purpose of 'register' keyword in c language?
What is a function simple definition?
Is array a primitive data type in c?
What is the difference between if else and switchstatement
How to delete a node from linked list w/o using collectons?
what is the basis for selection of arrays or pointers as data structure in a program
Write a factorial program using C.
How to write c functions that modify head pointer of a linked list?
What do you understand by normalization of pointers?
please explain every phase in the "SDLC" in the dotnet.