Which is more efficient, a switch statement or an if else chain?
No Answer is Posted For this Question
Be the First to Post Answer
a C prog to swap 2 no.s without using variables just an array?
what are enumerations in C
What type is sizeof?
what is the significance of static storage class specifier?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
how to devloped c lenguege?
What's the right way to use errno?
How do you determine if a string is a palindrome?
How reliable are floating-point comparisons?
What is a substring in c?
What is dynamic memory allocation?
Tell me a C program to display the following Output? 1 1 1 1 1 2 2 2 2 3 3 3 4 4 5