| Other C Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Which of the following are valid "include" formats?
A)#include and #include[file.h]
B)#include (file.h) and #include
C)#include [file.h] and #include "file.h"
D)#include <file.h> and #include "file.h"
| Accenture | 14 |
| HOW CAN ADD OUR FUNCTION IN LIBRARY. | | 5 |
| How to access or modify the const variable in c ? | HP | 4 |
| design and implement a program that reads floating-points
numbers in a sentinel-controlled loop until the user
terminates the program by entering zero.your program should
determinate and print the smallest,largest and average of
the supplied numbers. | | 1 |
| the code is::::: if(condition)
printf("hello");
else
printf("world");
WHAT WILL BE THE CONDITION IN IF IN SUCH A WAY THAT BOTH
HELLO AND WORLD ARE PRINTED IN A SINGLE ATTEMPT?????? SINGLE
ATTEMPT IN THE SENSE... IT MUST FIRST PRINT "HELLO" AND IT
MUST GO TO ELSE PART AND PRINT "WORLD"..... NO LOOPS,
RECURSION ARE ALLOWED........................ | IBM | 9 |
| write a C code To reverse a linked list | Motorola | 2 |
| Can we access RAM?
How? Whats the range of access?
Similarly What are other hardware we can access? | | 1 |
| find second largest element in array w/o using sorting
techniques? use onle one for loop. | Zycus-Infotech | 2 |
| two variables are added answer is stored on not for third
variable how it is possible? | | 3 |
| How can I call a function, given its name as a string? | ABC-Telecom | 2 |
| How can we see the Expanded source code and compiled code
for our source program in C? | | 1 |
| Write a program to give following output.....
*********
**** ****
*** ***
** **
* *
** **
*** ***
**** ****
********* | | 2 |
| what r callback function? | | 1 |
| Is the C language is the portable language...If yes...Then
Why...and if not then what is problem so it is not a
Portable language..??? | TCS | 1 |
| What is RAM memory? and What is ROM?Who designed one is
temparary and another is permanent?why they designed like
that?By using far pointer which type data(whether
hexadecimal)we can access? | Excel | 1 |
| what is Structural oriented language?
give some example of this language.....? | | 1 |
| what is the difference between arrays and linked list | Tech-Mahindra | 15 |
| write a C code
to reverse a string using a recursive function, without
swapping or using an extra memory.
| Motorola | 2 |
| how many times of error occur in C | | 7 |
| what are the difference between ANSI C and Let Us c and Turbo C | LG-Soft | 1 |
| |
| For more C Interview Questions Click Here |