| Other C Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| why r u join this company? give solid resons. | Infosys | 7 |
| what is the associativity of bitwise OR operator? | | 1 |
| how many argument we can pas in in a function | CTS | 20 |
| What is the memory allocated by the following definition ?
int (*x)(); | ADITI | 2 |
| Print all numbers which has a certain digit in a certain
position
eg:
number=45687
1 number=4
2 number=5
etc | | 2 |
| What is meant by global static? why we have to use static
variable instead of Global variable | L&T | 2 |
| what is use#in c | | 3 |
| int i =10
main()
{
int i =20,n;
for(n=0;n<=i;)
{
int i=10
i++;
}
printf("%d", i);
| HCL | 5 |
| i want to know aptitude questions,technical questions | | 2 |
| what is the size of an integer variable? | | 1 |
| write a program to swap Two numbers without using temp variable. | HP | 22 |
| what is diff between localstatic and globalstatis variable
possible 2 use in another file...? | HCL | 2 |
| What is C language Terminator? | TCS | 12 |
| Is it possible to create recycle bin in mobiles? | | 2 |
| which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma
| Wipro | 13 |
| How can I set an array's size at run time? | | 7 |
| the factorial of non-negative integer n is written n! and
is defined as follows:
n!=n*(n-1)*(n-2)........1(for values of n greater than or
equal to 1 and
n!=1(for n=0)
Perform the following
1.write a c program that reads a non-negative integer and
computes and prints its factorial.
2. write a C program that estimates the value of the
mathematical constant e by using the formula:
e=1+1/!+1/2!+1/3!+....
3. write a c program the computes the value ex by using the
formula
ex=1+x/1!+xsquare/2!+xcube/3!+....
| Ignou | 2 |
| what is the difference between normal variables and pointer
variables.............. | Satyam | 7 |
| what is the advantage of software development | | 1 |
| 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 |
| |
| For more C Interview Questions Click Here |