What is data types?
No Answer is Posted For this Question
Be the First to Post Answer
What does c value mean?
What are file streams?
What does it mean when the linker says that _end is undefined?
Write a program for finding factorial of a number.
How is a structure member accessed?
What are called c variables?
What's the right way to use errno?
What is identifier in c?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
how can i get output the following... 5 4 3 2 1 4 3 2 1 3 2 1 2 1 1 and 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 plz plz...
What are header files and what are its uses in C programming?
int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.