Answer Posted / preethi
2 types of error. syntax error and segmentation fault
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Why c is a mother language?
Write a factorial program using C.
What is double pointer?
Why are algorithms important in c program?
Explain what is the advantage of a random access file?
Explain how can you tell whether a program was compiled using c versus c++?
What are loops in c?
Explain modulus operator. What are the restrictions of a modulus operator?
Why void main is used in c?
What is this pointer in c plus plus?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
how to write optimum code to divide a 50 digit number with a 25 digit number??
What is the right type to use for boolean values in c?
Explain main function in c?
What are enums in c?