"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
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
What is typedef example?
what is the syallabus of computer science students in group- 1?
write a program in c language to print your bio-data on the screen by using functions.
What does do in c?
What is an anonymous union and where to apply that ?
Explain how are 16- and 32-bit numbers stored?
print 1-50 with two loop & two print Statement
What is function pointer and where we will use it
write a program for odd numbers?
a memory of 20 bytes is allocated to a string declared as char *s then the following two statements are executed: s="Etrance" l=strlen(s); what is the value of l ? a.20 b.8 c.9 d.21
What is volatile variable in c?