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
Why does not c have an exponentiation operator?
What does %d do in c?
What is the use of bit field?
What is a pointer on a pointer in c programming language?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
Can i use “int” data type to store the value 32768? Why?
What are loops c?
What are predefined functions in c?
What does it mean when the linker says that _end is undefined?
can we have joblib in a proc ?
Give differences between - new and malloc() , delete and free() ?
List some applications of c programming language?
Why doesnt the call scanf work?
how to execute a program using if else condition and the output should enter number and the number is odd only...
What is linear search?