When is a “switch” statement preferable over an “if” statement?
No Answer is Posted For this Question
Be the First to Post Answer
Can a program have multiple main() functions?
What are the __date__ and __time__ preprocessor commands?
Why can arithmetic operations not be performed on void pointers?
What is function pointer and where we will use it
Without using main fn and semicolon,print remainder for a given number in C language
What is structure pointer in c?
What is a pointer in c?
1.What is a Data Structure? Explain its need? 2.What is a Directed Graph? Write an algorithm to find whether a Directed Graph is connected or not? 3.Explain the process of converting a Tree to a Binary Tree.
pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )
How many keywords (reserve words) are in c?
Explain continue keyword in c
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.