What is difference between && and & in c?
No Answer is Posted For this Question
Be the First to Post Answer
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
Explain what is the difference between functions getch() and getche()?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
Explain what are multibyte characters?
what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??
Why is not a pointer null after calling free?
How can we see the Expanded source code and compiled code for our source program in C?
Why is structure padding done in c?
What is #include in c?
What is masking?
write a prgram of swapping with 2 valiables
How do we print only part of a string in c?