How can I swap two values without using a temporary?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the difference between declaring a variable and defining a variable?
what is used instead of pointers in java than c?
Can a program have multiple main() functions?
what is c
Can I pass constant values to functions which accept structure arguments?
Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..
how many argument we can pas in in a function
what is ANSI and ISO
If you know then define #pragma?
Explain the importance and use of each component of this string: Foo.Bar, Version=2.0.205.0, Culture=neutral, PublicKeyToken=593777ae2d274679d
suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan
What is the scope of static variables?