| Other C Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| without a terminator how can we print a message in a printf
() function. | NIIT | 5 |
| Why data types in all programming languages have some range?
Why ritche have disigned first time likethat?Why not a
single data type can support all other types? | Excel | 1 |
| The C language terminator is
a.semicolon
b.colon
c.period
d.exclamation mark
| TCS | 3 |
| What is a symbolic constant? | | 1 |
| how can i make a program with this kind of output..
Enter a number: 5
0
01
012
0123
01234
012345
01234
0123
012
01
0 | Wipro | 3 |
| What is the difference b/w main() in C language and main()
in C++. | | 6 |
| 1,4,8,13,21,30,36,45,54,63,73,?,?. | Franklin-Templeton | 5 |
| Print all the palindrome numbers.If a number is not
palindrome make it one by attaching the reverse to it.
eg:123
output:123321 (or) 12321 | | 2 |
| what is data structure
| | 4 |
| can anyone proide me reading material on
svit00ef27@yahoo.com please thanx in advance
| IBM | 1 |
| what is the defrenece between structure and union | | 5 |
| write a function which accept two numbers from main() and
interchange them using pointers? | | 3 |
| Write a program which take a integer from user and tell
whether the given variable is squar of some number or not.
eg: is this number is 1,4,9,16... or not
| Alcatel | 8 |
| main()
{
char *p;
p="Hello";
printf("%c\n",*&*p);
}
| ME | 2 |
| write the program for maximum of the following numbers?
122,198,290,71,143,325,98 | | 4 |
| Difference between fopen() and open()? | Aricent | 3 |
| Program to find the value of e raised to power x using while
loop | N-Tech | 3 |
| write a program to swap Two numbers without using temp variable. | HP | 22 |
| main()
{
int x=20,y=35;
x = y++ + x++;
y = ++y + ++x;
printf("%d %d\n",x,y);
}
what is the output? | Ramco | 4 |
| What ios diff. Between %e & %f? | Honeywell | 1 |
| |
| For more C Interview Questions Click Here |