The variables are
int sum=10,SuM=20;
these are same or different?
Answer Posted / ckumar32
no.. these variable are not same
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the size of structure in c?
How do I create a directory? How do I remove a directory (and its contents)?
Can you think of a logic behind the game minesweeper.
What is operator precedence?
What are the features of c language?
Explain #pragma statements.
What is a static function in c?
What is floating point constants?
what do you mean by inline function in C?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
Write a program that accept anumber in words
Why main is used in c?
What is fflush() function?
How can I get the current date or time of day in a c program?
Is void a keyword in c?