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
enum day = { jan = 1 ,feb=4, april, may} what is the value of may? a)4 b)5 c)6 d)11 e)none of the above
Describe the order of precedence with regards to operators in C.
What are structure types in C?
Why array starts with index 0
What are dangling pointers? How are dangling pointers different from memory leaks?
how can i sort numbers from ascending order and descending order using turbo c..
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
what is use of loop?
What does a run-time "null pointer assignment" error mean?
Write a C program that computes the value ex by using the formula ex =1+x/1!+x2/2!+x3+3!+………….
? ???Mirror Mirror on the wall????????