who is the founder of c
Answer Posted / priya
C language was founded by Dennis Richie at AT&T bell labs
| Is This Answer Correct ? | 21 Yes | 1 No |
Post New Answer View All Answers
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What is the explanation for cyclic nature of data types in c?
How many identifiers are there in c?
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
What are the features of the c language?
Why ca not I do something like this?
What is table lookup in c?
What is bubble sort technique in c?
What is the difference between single charater constant and string constant?
What is void main ()?
What is typeof in c?
What is signed and unsigned?
Is there sort function in c?
What are identifiers and keywords in c?
Explain what does it mean when a pointer is used in an if statement?