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
Is it possible to initialize a variable at the time it was declared?
What is a stream in c programming?
what is stack , heap ,code segment,and data segment
What are the restrictions of a modulus operator?
Explain what are the __date__ and __time__ preprocessor commands?
Can we use any name in place of argv and argc as command line arguments?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
How can I invoke another program or command and trap its output?
Can you subtract pointers from each other? Why would you?
What does the function toupper() do?
What are void pointers in c?
What header files do I need in order to define the standard library functions I use?
Describe how arrays can be passed to a user defined function
write a program to display all prime numbers