When is a “switch” statement preferable over an “if” statement?
No Answer is Posted For this Question
Be the First to Post Answer
How can I find leaf node with smallest level in a binary tree?
in linking some of os executables are linking name some of them
write a program to check whether a number is Peterson or not.
int a=2,b=3,c=4; printf("a=%d,b=%d\n",a,b,c); what is the o/p?
What is #include stdlib h?
Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }
How to define structures? ·
What is the relationship between pointers and data structure?
Write a program to exchange two variaables without temp
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
What is union in c?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers