What will be your course of action for a push operation?
No Answer is Posted For this Question
Be the First to Post Answer
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
What is a #include preprocessor?
what is linkage error when it occurs in c program
related proverb of "dont count your chicken before it hatches"
How are variables declared in c?
write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.
What is the difference between a function and a method in c?
Explain what is #line used for?
How was c created?
I need a sort of an approximate strcmp routine?
without using arithmatic operator convert an intger variable x into x+1
what will be the output of this program? #include<stdio.h> #define cube(x) x*x*x void main() { int i,j=5; i=cube(j+3); printf("i=%d",i); }