Write a program to reverse a string.
No Answer is Posted For this Question
Be the First to Post Answer
what is the output of the below code? main( ) { printf ( "\nOnly stupids use C?" ) ; display( ) ; } display( ) { printf ( "\nFools too use C!" ) ; main( ) ; }
I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.
In C language, a variable name cannot contain?
Why static is used in c?
What is double pointer?
Why do u use # before include in a C Progam?
main() { int i=400,j=300; printf("%d..%d"); }
what is the difference between NULL('\0') and 0?
find the minimum of three values inputted by the user
How to delete a node from linked list w/o using collectons?
write a program to generate address labels using structures?
LOGIC OF Bodmas?