who is the founder of c
Answer Posted / sathish
Dennis Richie
| Is This Answer Correct ? | 152 Yes | 6 No |
Post New Answer View All Answers
What is adt in c programming?
What are variables c?
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.
Explain the advantages of using macro in c language?
Explain About fork()?
what value is returned to operating system after program execution?
Write the control statements in C language
What is the difference between constant pointer and constant variable?
What are the types of assignment statements?
What are enums in c?
Is file a keyword in c?
What is echo in c programming?
When the macros gets expanded?
What is difference between class and structure?
What are the types of pointers?