How can I sort a linked list?
No Answer is Posted For this Question
Be the First to Post Answer
Can you pass an entire structure to functions?
what is the difference between postfix and prefix unary increment operators?
when user give a number it multiply with 9 without useing '+' and '*' oprator
What is a example of a variable?
increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {
What is a stream?
Which function in C can be used to append a string to another string?
What is c language in simple words?
Write a program to print fibonacci series without using recursion?
Explain the difference between exit() and _exit() function?
program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.
#include<stdio.h> int main() { int i=0,j=1,k=2,m,n=0; m=i++&&j++&&k++||n++; printf("%d,%d,%d,%d,%d",i,j,k,m,n); }
12 Answers Capital IQ, Sasken,