WHAT IS C?
Answers were Sorted based on User's Feedback
Answer / siddhartha mukherjee
C is the third letter of english alphabet
| Is This Answer Correct ? | 4 Yes | 4 No |
Answer / k.rangaswamy
This is the one of the language which is used to interact
with the hardware in the efficiency manner.This is actually
a procedure oriented language and also we can call it as
High level language.
| Is This Answer Correct ? | 0 Yes | 0 No |
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What is the difference between File pointer and Internal Charecter Pointer?
What are the usage of pointer in c?
int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?
What is the difference between the local variable and global variable in c?
What is ambagious result in C? explain with an example.
In header files whether functions are declared or defined?
What is the diffrent between while and do while statement ?
What are the different types of objects used in c?
Where are some collections of useful code fragments and examples?
What is volatile keyword in c?
what is the first address that gets stored in stack according to a C or C++ compiler???? or what will be the first address that gets stored when we write a C source code????????