"C" language developed by "Dennis Ritchie" at AT & T. his remarks are
a) too general, too abstract
b) could deal with only specific problems
c) lost generality of BCPL and B restored
d) no remarks
No Answer is Posted For this Question
Be the First to Post Answer
What is c mainly used for?
What is modeling?
let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................
Why doesnt long int work?
difference between native and cross compilers
write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
What are the rules for identifiers in c?
What is an volatile variable?
why division operator not work in case of float constant?
can we write a c program with out using main
develop algorithms to add polynomials (i) in one variable