program to find out date after adding 31 days to a date in
the month of febraury also consider the leap year
No Answer is Posted For this Question
Be the First to Post Answer
What is nested structure?
What is main void in c?
write program on arrays
#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 period operator in c?
what do u mean by Direct access files? then can u explain about Direct Access Files?
How many levels of pointers can you have?
What is property type c?
What does extern mean in a function declaration?
What is the OOPs concept?
State the difference between realloc and free.
how do we remove the printed character in printf statement and write next it it