Write a C++ program to give the number of days
in each month according to what the user entered.
example: the user enters June the program must count
number of days from January up to June
What is the difference between typedef and #define?
actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston
What is printf () in c?
related proverb of "dont count your chicken before it hatches"
What is typedf?
Please provide question papers of NATIONAL INFORMATICS CENTRE for Scientific officer
Write a program to add a given duration with time(24hrs format)
What is the basic structure of c?
#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }
Explain what is page thrashing?
List some basic data types in c?
How can I allocate arrays or structures bigger than 64K?