can we change the default calling convention in c if yes
than how.........?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to produce the following output in c language? 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0
Explain bit masking in c?
Why doesn't C have nested functions?
void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }
can please someone teach me how to create this program using while statement.. this is the output should look like 0 2 4 6 8 10 -thanks.. :) need it asap...
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
What is the use of header files?
simple program of graphics and thier outpu display with a want what is out put of graohics in c language
What is structure pointer in c?
What is the use of header?