Answer Posted / md.ismail
c is of string language of BCPL(basic combined programming
language),which is called B.B was modified by Danial Ritchi
in 1972 in BELL LAB,which is called C.it is procedural
middle level language.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Define circular linked list.
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
What is string concatenation in c?
What the different types of arrays in c?
Write the Program to reverse a string using pointers.
Can you add pointers together? Why would you?
How can I discover how many arguments a function was actually called with?
What is wrong in this statement?
Was 2000 a leap year?
What is the explanation for prototype function in c?
Explain how can I read and write comma-delimited text?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
What are the restrictions of a modulus operator?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
What are the different file extensions involved when programming in C?