The variables are
int sum=10,SuM=20;
these are same or different?
Answer Posted / swati gour
both are different things because sum & SUM are different
variable in memory.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Why is void main used?
What are the application of c?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
Can you please compare array with pointer?
What are the salient features of c languages?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
What does. int *x[](); means ?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
what does static variable mean?
Why does not c have an exponentiation operator?
What is class and object in c?
Write a program to swap two numbers without using a temporary variable?
What is identifier in c?