"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
Explain the binary height balanced tree?
Explain enumerated types.
write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer
Explain can static variables be declared in a header file?
The code is::::: if(condition) Printf("Hello"); Else Printf("World"); What will be the condition in if in such a way that both Hello and world are printed in a single attempt?????? Single Attempt in the sense... It must first print "Hello" and it Must go to else part and print "World"..... No loops, Recursion are allowed........................
14 Answers HOV Services, IBM, Potty,
Can a function argument have default value?
What is c value paradox explain?
Are negative numbers true in c?
write a program for even numbers?
How many loops are there in c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What does volatile do?