Write a program to use switch statement.
No Answer is Posted For this Question
Be the First to Post Answer
What are pointers? What are stacks and queues?
Write a C function to search a number in the given list of numbers. donot use printf and scanf
1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(ā%dā,x); --x; } }
int i=~0; uint j=(uint)i; j++; printf(“%d”,j);
which of 'arrays' or 'pointers' are faster?
What is difference between main and void main?
What is graph in c?
can i know the source code for reversing a linked list with out using a temporary variable?
What is an auto keyword in c?
In header files whether functions are declared or defined?
Is swift based on c?
Is c dynamically typed?