What will be your course of action for a push operation?
No Answer is Posted For this Question
Be the First to Post Answer
What is a void pointer in c?
What are integer variable, floating-point variable and character variable?
main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail
what is array?
What should be keep precautions while using the recursion method?
What is void c?
AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
The C language terminator is a.semicolon b.colon c.period d.exclamation mark
my name is nani i completed my b-tech in hyd now i want go for interveiw but i dont know the process of software field interveiws plz help me anyone how many rouds there n what rounds plz plz plz help me n where i can get these details
What is the use of bit field?
Define function pointers?
we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?