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
enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }
What is the difference between fread buffer() and fwrite buffer()?
What is undefined behavior?
what is the use of bitfields & where do we use them?
if the address of a[1,1] and a[2,1] are 1000 and 1010 respectively and each occupies 2 bytes then the array has been stored in what order?
4 Answers Amazon, Apple, Bata, Google, NASA,
Write a program with dynamically allocation of variable.
is c language is a object oreinted language?
What are the keywords in c?
What is array within structure?
What is floating point exception error? And what are different types of errors occur during compile time and run time? why they occur?
Is c weakly typed?
What is the difference between array and pointer in c?