Answer Posted / jo randy
c is the mother of all programming language. simply say it
is a structure oriented programming. developed by dennis
ritchie in 1972.
And it is the most popular language for writing the system
software and also the application.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Explain zero based addressing.
The __________ attribute is used to announce variables based on definitions of columns in a table?
Explain how can you determine the size of an allocated portion of memory?
what does static variable mean?
what is event driven software and what is procedural driven software?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
Why do we use header files in c?
how do you execute a c program in unix.
What is calloc malloc realloc in c?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
Is c is a high level language?
What does it mean when the linker says that _end is undefined?
What is dynamic variable in c?
Write a program to swap two numbers without using third variable?