| Other C Interview Questions |
| |
| Question |
Asked @ |
Answers |
| |
| Can we access RAM?
How? Whats the range of access?
Similarly What are other hardware we can access? |
| 1 |
| how can i print "hello" |
| 3 |
| Software Interview Questions |
CAT | 1 |
| Write a program using bitwise operators to invert even bits of
a given number. |
| 2 |
| what is difference between array of characters and string |
Accenture | 18 |
| What character terminates all strings composed of character
arrays?
1) 0
2) .
3) END
|
| 3 |
| Input any no. and print all the the numbers that comes
before it like this
for e.g input = 4
0
01
012
0123
01234
plz answer it 2day |
| 3 |
| #include<stdio.h>
void main()
{
char *str;
long unsigned int add;
str="Hello C";
add=&str[0];
printf("%c",add);
}
What is the output? |
Infosys | 4 |
| f1()
{
f(3);}
f(int t)
{
switch(t);
{
case 2: c=3;
case 3: c=4;
case 4: c=5;
case 5: c=6;
default: c=0;}
value of c?
|
Geometric-Software | 5 |
| code for bubble sort? |
| 1 |
| Write a program for the following series:
1*3*5-2*4*6+3*5*7-4*6*8+.................up to nterms |
Convex-Digital | 5 |
| Write a C program to print 1 2 3 ... 100 without using
loops? |
Hindalco | 15 |
| |
| For more C Interview Questions Click Here |