How can I sort a linked list?
No Answer is Posted For this Question
Be the First to Post Answer
print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1
Is that possible to add pointers to each other?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
What are the key features of C?
How to calculate sum
Give the rules for variable declaration?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
write a program to find the number of even integers and odd integers in a given array in c language
13 Answers IAI Cameroun, NIIT, Olive Tech, QIS,
Explain #pragma in C.
why return type of main is not necessary in linux
What is pragma in c?
how to construct a simulator keeping the logical boolean gates in c