Answer Posted / arunkumar
In America AT & T Bell laboratory Mr.Dennis Richie invented
the c.The BCPL is before the invention of c Language.
| Is This Answer Correct ? | 31 Yes | 5 No |
Post New Answer View All Answers
What does return 1 means in c?
What is the use of pointers in C?
What is the need of structure in c?
What are types of functions?
Describe the header file and its usage in c programming?
Which is better malloc or calloc?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
What is the benefit of using #define to declare a constant?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
What are the 5 types of organizational structures?
Explain the difference between ++u and u++?
What is the use of structure padding in c?
What is include directive in c?
How to write a multi-statement macro?
What are the 4 data types?