Answer Posted / sreenu
In 1970 there was a language called B.
In 1972,by Dennis Ritche at AT&T bell labarotories in the
university of pennsylvania have modified B to Clanguage
| Is This Answer Correct ? | 20 Yes | 5 No |
Post New Answer View All Answers
What does void main return?
Why is c called a mid-level programming language?
Can the “if” function be used in comparing strings?
What is array of structure in c?
What is sizeof array?
What do you mean by a sequential access file?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
What are inbuilt functions in c?
When c language was developed?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
What is the purpose of the preprocessor directive error?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
Write a program to identify if a given binary tree is balanced or not.
What is time null in c?