Write the Program to reverse a string using pointers.
No Answer is Posted For this Question
Be the First to Post Answer
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
Explain how many levels deep can include files be nested?
Which one would you prefer - a macro or a function?
Describe the order of precedence with regards to operators in C.
What is #define in c?
Hai why 'c' is the middle language
#include<stdio.h> main() { char *p1; char *p2; p1=(char *) malloc(25); p2=(char *) malloc(25); strcpy(p1,"Ramco"); strcpy(p2,"Systems"); strcat(p1,p2); printf("%s",p1); } Tell me the output?
What is keyword in c?
What is the purpose of 'register' keyword in c language?
ATM machine and railway reservation class/object diagram
What are the types of pointers?
can a union be self-referenced?