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
write a C code To reverse a linked list
How can I access a memory located at certain address?
Why main is used in c?
what are bps & baud rates? differentiate these two?
Write a program using two-dimensional array that lists the odd numbers and even numbers separately in a 12 input values.
How can I trap or ignore keyboard interrupts like control-c?
what different between c and c++
How to calculate sum
To what value do nonglobal variables default? 1) auto 2) register 3) static
int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }
What is void pointers in c?
What is the difference between c and python?