Is there a way to switch on strings?
No Answer is Posted For this Question
Be the First to Post Answer
Can you please explain the difference between malloc() and calloc() function?
yogesh patil in dell
what is the importance of spanning tree?
What is the difference between a function and a method in c?
#include<stdio.h> void main() { int a=5,b=6,c; int x=(a<b)+7; int y=(x==7)*9; int z=(c=x+y)*2; printf("%h %h %h",x,y,z); } What is the output? Explain it.
write c program without semicolon
11 Answers MindTech, TCS, Wipro,
Can you apply link and association interchangeably?
main() { char *p; p="Hello"; printf("%c\n",*&*p); }
How are 16- and 32-bit numbers stored?
Why n++ execute faster than n+1 ?
What is line in c preprocessor?
Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.