Answer Posted / prasanthi
it came from BCPL..after B language they introduced C language
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
Which is best linux os?
what will be the output for the following main() { printf("hi" "hello"); }
what do the 'c' and 'v' in argc and argv stand for?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
What is the maximum no. of arguments that can be given in a command line in C.?
Can you explain the four storage classes in C?
What are the types of operators in c?
What is c definition?
difference between object file and executable file
What is the difference between new and malloc functions?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
how to make a scientific calculater ?
Is this program statement valid? INT = 10.50;
What are header files and explain what are its uses in c programming?