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
typedef struct { int i:8; char c:9; float f:20; }st_temp; int getdata(st_temp *stptr) { stptr->i = 99; return stptr->i; } main() { st_temp local; int i; local.c = 'v'; local.i = 9; local.f = 23.65; printf(" %d %c %f",local.i,local.c,local.f); i = getdata(&local); printf("\n %d",i); getch(); } why there there is an error during compiling the above program?
What is n in c?
how to go with this?
What is difference between arrays and pointers?
what is array?
Who is the founder of c language?
What are linker error?
Table of Sudoku n*n
write a c program to find the roots of a quadratic equation ax2 + bx + c = 0
11 Answers CSC, St Marys, TATA,
What is the output of printf("%d", printf("Hello"));?
Why do we need functions in c?
Which is best linux os?