Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Who is invented by c?

Answers were Sorted based on User's Feedback



Who is invented by c?..

Answer / murali

No one is invented by C but C was invented by "Dennis Richie".

Is This Answer Correct ?    7 Yes 7 No

Who is invented by c?..

Answer / venkat

question is wrong.

Is This Answer Correct ?    6 Yes 6 No

Who is invented by c?..

Answer / pavan dhokane

C++ invented by c,by Bjarne Stousstrup.

Is This Answer Correct ?    1 Yes 1 No

Who is invented by c?..

Answer / omkar singh

Dennis Ritchie

Is This Answer Correct ?    0 Yes 0 No

Who is invented by c?..

Answer / iyswarya

the question means who is invented by c not who invented c

so the answer is c++

many languages are invented and develped by c

from c only other languages are ionvented such as c++,java ...

Is This Answer Correct ?    0 Yes 0 No

Who is invented by c?..

Answer / arup roy

In America AT & T Bell laboratory Mr.Dennis Richie invented
the C language.The BCPL is before the invention of c Language.

Is This Answer Correct ?    0 Yes 0 No

Who is invented by c?..

Answer / mithun das

Who invented C?

Answer:Dennis Ritchie.
In the year 1972.

Is This Answer Correct ?    0 Yes 0 No

Who is invented by c?..

Answer / k.sivaranjani

C was invented by "Dennis Richie"

Is This Answer Correct ?    6 Yes 7 No

Who is invented by c?..

Answer / rakesh

C++ is the next wht is developed by the idea of c...
the Q is nt abt who invented C
its like wht is invented or after C

Is This Answer Correct ?    3 Yes 4 No

Who is invented by c?..

Answer / jasna.c

Dennis Ritche at AT&T Bell labs in 1972

Is This Answer Correct ?    3 Yes 5 No

Post New Answer

More C Interview Questions

number of times a digit is present in a number

0 Answers  


what are bit fields in c?

2 Answers  


Is multithreading possible in c?

0 Answers  


how to find anagram without using string functions using only loops in c programming

1 Answers   Mind Tree, TCS,


write a program to concatenation the string using switch case?

0 Answers  


the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0

1 Answers  


Write a C program linear.c that creates a sequence of processes with a given length. By sequence it is meant that each created process has exactly one child. Let's look at some example outputs for the program. Here the entire process sequence consists of process 18181: Sara@dell:~/OSSS$ ./linear 1 Creating process sequence of length 1. 18181 begins the sequence. An example for a sequence of length three: Sara@dell:~/OSSS$ ./linear 3 Creating process sequence of length 3. 18233 begins the sequence. 18234 is child of 18233 18235 is child of 18234 ........ this is coad .... BUt i could not compleate it .....:( #include <stdio.h> #include <sys/types.h> #include <unistd.h> #include <stdlib.h> int main(int argc, char *argv[]) { int N; pid_t pid; int cont; if (argc != 2) { printf("Wrong number of command-line parameters!\n"); return 1; } N = atoi(argv[1]); printf("Creating process sequence of length %d.\n",N); printf("%d begins the sequence.\n",getpid()); /* What I have to do next ?????? */ }

0 Answers  


how to print 212 as Twohundreds twelve plz provide me ans soon

1 Answers  


write a program to find out prime number using sieve case?

0 Answers   HCL,


what do you mean by enumeration constant?

0 Answers  


my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?

0 Answers  


What is console in c language?

0 Answers  


Categories