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 difference between stdio h and conio h?
What is a structure and why it is used?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
Can you define which header file to include at compile time?
Explain how do you determine whether to use a stream function or a low-level function?
What is memory leak in c?
What is unary operator?
Array is an lvalue or not?
hi, which software companys will take,if d candidate's % is jst 55%?
what is event driven software and what is procedural driven software?
Explain what is a 'locale'?
What is the difference between Printf(..) and sprint(...) ?
Explain what are global variables and explain how do you declare them?
What is #ifdef ? What is its application?
Can you pass an entire structure to functions?