What are the preprocessor categories?
No Answer is Posted For this Question
Be the First to Post Answer
When is a “switch” statement preferable over an “if” statement?
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We.....Are....Student “ Note: one .=1 Space Output: "We Are Student"
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
Write a program to print distinct words in an input along with their count in input in decreasing order of their count
What are the advantages of union?
What is the use of a semicolon (;) at the end of every program statement?
Should a function contain a return statement if it does not return a value?
What is the use of #define preprocessor in c?
When is the “void” keyword used in a function?
which type of question asked from c / c++ in interview.
What will be your course of action for a push operation?