Why do we use main function?
No Answer is Posted For this Question
Be the First to Post Answer
how to copy a string without using c function
Difference between constant pointer and pointer to a constant.
what is a non volatile key word in c language?
List some of the dynamic data structures in C?
Is it possible to run using programming C for Java Application?
nic scientist exam
What do you mean by dynamic memory allocation in c? What functions are used?
errors in computer programmes are called
what is the output of the following program? main() { int c[]={2,8,3,4,4,6,7,5}; int j,*p=c,*q=c; for(j=0;j<5;j++) { printf("%d",*c); ++q; } for(j=0;j<5;j++) { printf("%d",*p); ++p; } }
What is pointer in c?
write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????
What is the best way of making my program efficient?