| Other C Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| How can I call a function, given its name as a string? | ABC-Telecom | 2 |
| how many header file is in C language ? | | 14 |
| why division operator not work in case of float constant? | | 1 |
| What is the most efficient way to count the number of bits
which are set in a value? | | 3 |
| what does data structure mean? | | 7 |
| write a program for odd numbers? | | 6 |
| compute the nth mumber in the fibonacci sequence? | TCS | 7 |
| a 'c' program to tell that the set of three coordinates lie
on a same line | Persistent | 1 |
| Write a C program that computes the value ex by using the
formula
ex =1+x/1!+x2/2!+x3+3!+………….
| | 1 |
| how many error occurs in C language ? | Wipro | 11 |
| how to impliment 2 or more stacks in a single dimensional
array ? | iFlex | 1 |
| What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"? | | 1 |
| How can I get Single byte from 'int' type variable? Can we
alter single bit or multiple bits in int type variable? if so,
How? | | 2 |
| in C-programming language without using printf statement
can we get output r not ? if yes how and if no also how ?
| | 6 |
| the format specified for hexa decimal is
a.%d
b.%o
c.%x
d.%u
| TCS | 4 |
| wap to print "hello world" without using the main function. | TCS | 16 |
| DIFFERNCE BETWEEN THE C++ AND C LANGUAGE? | Wipro | 2 |
| IS STRUCTURES CAN BE USED WITHIN AN ARRAY? | Caritor | 7 |
| 1,1,5,17,61,217,?,?. | | 3 |
| #define DCHAR char*
typedef char* TCHAR;
if using these following variables will be declared like
DCHAR ch1, ch2;
TCHAR ch3, ch4;
then what will be types of ch1, ch2, ch3 and ch4?
| NDS | 1 |
| |
| For more C Interview Questions Click Here |