Why do we need functions in c?
No Answer is Posted For this Question
Be the First to Post Answer
main() {int a=200*200/100; printf("%d",a); }
write a program of bubble sort using pointer?
Why is c so powerful?
What are identifiers c?
write a program fibonacci series and palindrome program in c
0 Answers Aditi Placement Service,
what is c programing
c program to manipulate x=1+3+5+...+n using recursion
why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?
What is the ANSI C Standard?
what is the output of the below code? main( ) { printf ( "\nOnly stupids use C?" ) ; display( ) ; } display( ) { printf ( "\nFools too use C!" ) ; main( ) ; }
What does c mean in basketball?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)