Write the Program to reverse a string using pointers.
No Answer is Posted For this Question
Be the First to Post Answer
Can the sizeof operator be used to tell the size of an array passed to a function?
Do you know null pointer?
4.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program.
Can true be a variable name in c?
How will you delete a node in DLL?
Is calloc better than malloc?
when user give a number it multiply with 9 without useing '+' and '*' oprator
What is the difference between fread buffer() and fwrite buffer()?
what is an inline fuction??
Without using main fn and semicolon,print remainder for a given number in C language
When should the const modifier be used?
1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision