Answer Posted / debayan mitra
The full form of C is combined language. It came as an
offspring of BCPL(Basic Combined programming language).
C is used to develop software.
| Is This Answer Correct ? | 8 Yes | 14 No |
Post New Answer View All Answers
What are the advantage of c language?
How can I run c program?
i got 75% in all semester am i eligible for your company
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
Difference between malloc() and calloc() function?
If you know then define #pragma?
How many bytes are occupied by near, far and huge pointers (dos)?
What are the __date__ and __time__ preprocessor commands?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
Explain about the constants which help in debugging?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
What are header files in c?
What is array of structure in c?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
what type of questions arrive in interview over c programming?