What is the difference between if else and switchstatement
No Answer is Posted For this Question
Be the First to Post Answer
What is structure and union in c?
What is the difference between printf and scanf in c?
what is the purpose of the code, and is there any problem with it. unsigned int v[10]; unsigned int i = 0; while (i < 10) v[i] = i++;
what are the stages of compilation
What are the types of functions in c?
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
c program to print a name without using semicolon
Here is a good puzzle: how do you write a program which produces its own source code as output?
What is your favorite subject?
1 Answers Ericsson, Invendis, Tech Mahindra,
write a c program for swapping two strings using pointer
any string of bits of length 'n' represents a unique non- negative integer between.............?
Explain how can I avoid the abort, retry, fail messages?