In a switch statement, what will happen if a break statement is omitted?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to compare 2 numbers without using logical operators?
write a program to swap two numbers without using temporary variable?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Explain why c is faster than c++?
Explain what is dynamic data structure?
In C language what is a 'dangling pointer'?
what is the benefit of c30
Hi Every one......... Please Any body give me the answer for my question. Is it possible to print the word "PRINT F", without using printf() statement in C-Language.
Why is c platform dependent?
what is computer
What is the best way to comment out a section of code that contains comments?
main() { int i; printf("%d",i^i); }