who is the founder of c
Answer Posted / raj
full name of denish ritchi
what is the full name of ........?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain about the constants which help in debugging?
What is the use of typedef in structure in c?
Explain what are multidimensional arrays?
Explain how can you restore a redirected standard stream?
What is the use of linkage in c language?
how to construct a simulator keeping the logical boolean gates in c
which is conditional construct a) if statement b) switch statement c) while/for d) goto
Is fortran still used in 2018?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
Why can’t we compare structures?
Explain what is the advantage of a random access file?
write a c program to find the sum of five entered numbers using an array named number
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.
What is default value of global variable in c?