| Other C Interview Questions |
| |
| Question |
Asked @ |
Answers |
| |
| what is the use of c program? |
Synergy | 4 |
| wat are the two methods for swapping two numbers without
using temp variable?? |
| 2 |
| how to find the kth smallest element in the given list of
array elemnts.
|
Silicon | 8 |
| Write a main() program that calls this function at least 10
times. Try implementing this function in two different
ways. First, use an external variable to store the count.
Second, use a local variable. Which is more appropriate? |
| 2 |
| How to print "I Love My India" without using semi colon? |
| 4 |
| write a code for large nos multilication (upto 200 digits) |
Persistent | 2 |
| write a own function to compare two strings with out using
stringcomparition function? |
LG-Soft | 6 |
| Can u return two values using return keyword? If yes, how?
If no, why? |
| 7 |
| Total of how many functions are available in c? |
| 3 |
| a 'c' program to tell that the set of three coordinates lie
on a same line |
Persistent | 3 |
| Read N characters in to an array . Use functions to do all
problems and pass the address of array to function.
1. Print only the alphabets . If in upper case print in
lower case vice versa. |
| 1 |
| void main()
{
char c;
while(c=getchar()!='\n')
printf("%d",c);
}
o/p=11 why? |
Wipro | 8 |
| |
| For more C Interview Questions Click Here |