Answer Posted / shobana
it is not a object oreinted language . actually it is a procedure oriented language.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
what is a function method?give example?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
Is javascript written in c?
What is putchar() function?
Can you mix old-style and new-style function syntax?
Explain what is a 'locale'?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
Why pointers are used?
Does c have enums?
Explain how can a program be made to print the line number where an error occurs?
I need previous papers of CSC.......plz help out by posting them.......
What is the auto keyword good for?
What is a dynamic array in c?
How will you divide two numbers in a MACRO?
When a c file is executed there are many files that are automatically opened what are they files?