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
say the following declaration is correct nr not. int b=a,n=0;
How to write a code for reverse of string without using string functions?
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
Explain how can you check to see whether a symbol is defined?
C program to find all possible outcomes of a dice?
Why & is used in c?
int x=sizeof(!5.856); What will value of variable x?
Explain what is the difference between functions getch() and getche()?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
How will you write a code for accessing the length of an array without assigning it to another variable?
how many argument we can pas in in a function
What are the features of c language?