Write a Program to find whether the given number or string is palindrome.
No Answer is Posted For this Question
Be the First to Post Answer
When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What is a newline escape sequence?
What will happen when freeing memory twice
What is a pointer?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
how to write a program which adds two numbers without using semicolon in c
How can I make sure that my program is the only one accessing a file?
Can main () be called recursively?
How to create struct variables?
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
what is the difference between declaration ,defenetion and initialization of a variable?