Answer Posted / r.prasad
c means nothing.
after b language it was developed so that they were giving
name as c language.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Explain how can I remove the trailing spaces from a string?
What is an operator?
How can you allocate arrays or structures bigger than 64K?
using for loop sum 2 number of any 4 digit number in c language
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What is the difference between #include
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
What is a pointer value and address in c?
Why we not create function inside function.
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
What does the file stdio.h contain?
Why do we use pointer to pointer in c?