How can you be sure that a program follows the ANSI C standard?
No Answer is Posted For this Question
Be the First to Post Answer
what is reason of your company position's in india no. 1.
HOW TO FIND OUT THE RREVERS OF A GIVEN DIGIT NUMBER IF IT IS INPUT THROUGH THE KEYBORD BY USING C LANGUAGE
How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.
what is out put of the following code? #include class Base { Base() { cout<<"constructor base"; } ~Base() { cout<<"destructor base"; } } class Derived:public Base { Derived() { cout<<"constructor derived"; } ~Derived() { cout<<"destructor derived"; } } void main() { Base *var=new Derived(); delete var; }
What is difference between %d and %i in c?
Which weighs more, a gram of feathers or a gram of gold?
What is merge sort in c?
What is the difference between null pointer and the void pointer?
Is malloc memset faster than calloc?
What is variable in c with example?
What are external variables in c?
What is the difference between far and near ?