What will be the outcome of the following conditional statement if the value of variable s is 10?
No Answer is Posted For this Question
Be the First to Post Answer
what is stack , heap ,code segment,and data segment
how can i print "hello".please consider inverted commas as well.i want to print on console: "hello"
what is the program to display your name in any color?
write a c program to check weather a particluar bit is set or not?
Why static is used in c?
what is the difference between normal variables and pointer variables..............
15 Answers HP, Infosys, Satyam, Vivekanand Education Society,
How to calculate sum
How to use c/c++ code in JAVA
10 Answers CDAC, IBM, Satyam, Scope International,
Binary tree traversing
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
6)swap(int x,y) { int temp; temp=x; x=y; y=temp; } main() { int x=2;y=3; swap(x,y); } after calling swap ,what are yhe values x&y?
What is the OOPs concept?