Answer Posted / arup roy
In America AT & T Bell laboratory Mr.Dennis Richie invented
the C language.The BCPL is before the invention of c Language.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What's the right way to use errno?
What is %d used for?
What is class and object in c?
Why do we use null pointer?
What is extern variable in c with example?
Write the control statements in C language
Is printf a keyword?
please give me some tips for the placement in the TCS.
What is #include stdio h?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
Write a c program to demonstrate character and string constants?
What are the 5 organizational structures?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
Difference between constant pointer and pointer to a constant.
Write a program to check palindrome number in c programming?