What are integer variable, floating-point variable and character variable?
No Answer is Posted For this Question
Be the First to Post Answer
How to print all the 26 alphabets in this order in C. AbCdEfGh..... it should print dynamically from a to z and do not print this using pgm like this print("Ab......"); Use loops or anything to print all alphabets
Explain spaghetti programming?
What are the properties of union in c?
Are comments included during the compilation stage and placed in the EXE file as well?
suppose there are five integers write a program to find larger among them without using if- else
How many data structures are there in c?
what will be the output for the following main() { printf("hi" "hello"); }
What functions are used for dynamic memory allocation in c language?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
What is the difference between typedef struct and struct?
Please write the area of a RIGHT ANGLED TRIANGLE.
How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST