Is c a great language, or what?
No Answer is Posted For this Question
Be the First to Post Answer
Are global variables static in c?
write a program to arrange the contents of a 1D array in ascending order
int x=5; printf("%d%d%d",x,x<<2,x>>2);
write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1
HOW DO YOU HANDLE EXCEPTIONS IN C?
How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...
What is the difference between array and pointer?
12344321 123 321 12 21 1 1 how i print this program??
5 Answers DSR Management, Winit,
What does 2n 4c mean?
What is the use of function overloading in C?
List the different types of c tokens?
What is structure and union in c?