| Other C Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what are two categories of clint-server application
development ? | | 1 |
| two variables are added answer is stored on not for third
variable how it is possible? | | 3 |
| write a C code To reverse a linked list | Motorola | 2 |
| Is there any restriction in how many arguments printf or
scanf function can take?
in which file in my c++ compiler i can see the code for
implementation of these two functions?? | | 3 |
| the format specified for hexa decimal is
a.%d
b.%o
c.%x
d.%u
| TCS | 4 |
| write an algorithm to get a sentence and reverse it in the
following format:
input : I am here
opuput: Here Am I
note: first letter of every word is capiatlised | | 2 |
| How the C program can be compiled? | HP | 7 |
| define function | Assurgent | 4 |
| int *a[5] refers to | TCS | 8 |
| write a program to insert an element at the specified
position in the given array in c language | IBM | 2 |
| i want the code for printing the output as follows
4 4
3 3
2 2
1 1
0
1 1
2 2
3 3
4 4 | | 1 |
| which types of data structure will i use to convert infix to
post fix??? | IIT | 3 |
| Is the following code legal?
struct a
{
int x;
struct a b;
}
| | 3 |
| 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 |
| what is array? | HCL | 22 |
| void main()
{
int i=5;
printf("%d",i++ + ++i);
} | ME | 11 |
| We can draw a box in cprogram by using only one printf();&
without using graphic.h header file? | NIIT | 3 |
| Sir i want e-notes of C languge of BAlaguruswami book i.e
scanned or pdf file of balaguruswamy book on c
language.PLEASE SEND ME on my mail id ajit_kolhe@rediff.com
| | 4 |
| how to make c program without a libary?
e.g.#include<stdio.h> libary is not in c progaram. | | 1 |
| a 'c' program to tell that the set of three coordinates lie
on a same line | Persistent | 1 |
| |
| For more C Interview Questions Click Here |