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
what type of questions arrive in interview over c programming?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
Why is C language being considered a middle level language?
What is infinite loop?
Who developed c language?
What is the purpose of macro in C language?
Is c is a high level language?
Can we access the array using a pointer in c language?
What is calloc() function?
How do you list a file’s date and time?
What is merge sort in c?
Without Computer networks, Computers will be half the use. Comment.
What is the best style for code layout in c?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
write a c program for swapping two strings using pointer