Answer Posted / swaran
2TYPES LOGICAL ERROR, SYNTAX ERROR
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain what is the difference between the expression '++a' and 'a++'?
When should I declare a function?
Is it possible to initialize a variable at the time it was declared?
What is scope rule of function in c?
What are all different types of pointers in c?
what is reason of your company position's in india no. 1.
What are # preprocessor operator in c?
What is the difference between array and pointer in c?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
What is a pointer in c?
Why do we use main function?
What does nil mean in c?
Describe explain how arrays can be passed to a user defined function
Can you subtract pointers from each other? Why would you?
What is structure data type in c?