In a switch statement, explain what will happen if a break statement is omitted?
No Answer is Posted For this Question
Be the First to Post Answer
What are linked lists in c?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
What is the use of linkage in c language?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"
Explain the difference between getch() and getche() in c?
program to find middle element of linklist?
Write a program to interchange two variables without using the third variable?
17 Answers Accenture, College School Exams Tests, Infotech,
Are bit fields portable?
What is pointers in c with example?
What is macro?
Why do we use int main instead of void main in c?