What is quick sort in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the output of the program and explain why?? #include<stdio.h> void main ( ) { int k=4,j=0: switch (k) { case 3; j=300; case 4: j=400: case 5: j=500; } printf (ā%d\nā,j); }
post new interiew question and aptitude test papers
Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female
why we use pointer in c
what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason
how can use subset in c program and give more example
What is the difference between the local variable and global variable in c?
main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??
19 Answers EBS, Ramco, Sangwin, TCS,
how do you programme Carrier Sense Multiple Access
write a c program to find largest of three numbers using simple if only for one time.
what is foreign key in c language?
How do you determine whether to use a stream function or a low-level function?