who is the founder of c
Answer Posted / raghavendra
B language is also called as typeless lanugage, developed
by ken thompson while writing unix. so Dennies ritchie
written C compiler contains data types. then Unix written
in C language
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
What is the use of getchar() function?
Explain the meaning of keyword 'extern' in a function declaration.
How can you determine the maximum value that a numeric variable can hold?
Tell me what is null pointer in c?
Does c have an equivalent to pascals with statement?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
Can the “if” function be used in comparing strings?
Is exit(status) truly equivalent to returning the same status from main?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
Explain what is the stack?
What is indirection?
What is the explanation for prototype function in c?
Why we use stdio h in c?