Answer Posted / dhanshri chabukswar
a compiler act as a translator between you and the computer
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is using exit() the same as using return?
What are c preprocessors?
What is the purpose of sprintf?
What are different types of variables in c?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
What are different storage class specifiers in c?
Is that possible to store 32768 in an int data type variable?
explain what are actual arguments?
How can I remove the trailing spaces from a string?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
Why is event driven programming or procedural programming, better within specific scenario?
How do you redirect a standard stream?
Why is c fast?
How can you determine the maximum value that a numeric variable can hold?