Why is c known as a mother language?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

wat are the two methods for swapping two numbers without using temp variable??

2 Answers  


How do you write a program which produces its own source code as output?

0 Answers  


Is it better to use malloc() or calloc()?

0 Answers   Aspire, Infogain,


Write a program to print all permutations of a given string.

0 Answers   JPMorgan Chase,


What is graph in c?

0 Answers  






#include<stdio.h> main() { char *p1; char *p2; p1=(char *) malloc(25); p2=(char *) malloc(25); strcpy(p1,"Ramco"); strcpy(p2,"Systems"); strcat(p1,p2); printf("%s",p1); } Tell me the output?

6 Answers   Ramco,


illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question

0 Answers  


What is the meaning of ?

0 Answers  


Explain the difference between #include "..." And #include <...> In c?

0 Answers  


What is the hardest programming language?

0 Answers  


what is the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>

5 Answers   TCS,


what is C?

9 Answers   Syntel,


Categories