"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 ANSI and ISO
Dear Sir, we are required the bubble sorting programs Regs Prem
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
what are non standard function in c
what is the difference between static variable and register variable?
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
Why does this code crash?
What is data structure in c language?
how to write a bubble sort program without using temporary variable?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
How to develop software using "c" programming?
What is the difference between struct and typedef struct in c?