| Other C Interview Questions |
| |
| Question |
Asked @ |
Answers |
| |
| c program to manipulate x=1+3+5+...+n using recursion |
Wipro | 2 |
| HOW TO FIND OUT THE RREVERS OF A GIVEN DIGIT NUMBER IF IT
IS INPUT THROUGH THE KEYBORD BY USING C LANGUAGE |
Wipro | 3 |
| In CMM or CMMI certified organizations,we assess only the
standard software processes of the organization. We do not
assess the organizations other functional departments like
HR or Admin. Then how can we certify the entire
organization as CMM level company?? We have assessed only
software related activities. Right. There is no relation
with other departments like Accounts, HR or Admin.
Then how can we claim that the whole company is a CMM
certified company? |
Melstar | 1 |
| Struct(s)
{
int a;
long b;
}
Union (u)
{int a;
long b;
}
Print sizeof(s)and sizeof(u) if sizeof(int)=4 and
sizeof(long)=4
|
Mascot | 2 |
| what is difference between array,strutter,union and pointers |
CTS | 3 |
| Given an array of length N containing integers between 1
and N, determine if it contains any duplicates. |
SilverKey | 3 |
| related to rdbms query . |
| 2 |
| how c source file in converted to exe file |
| 4 |
| 15.what is the disadvantage of using macros?
16.what is the self-referential structure?
17.can a union be self-referenced?
18.What is a pointer?
19.What is the Lvalue and Rvalue?
20.what is the difference between these initializations?
21.Char a[]=”string”;
22.Char *p=”literal”;
23.Does *p++ increment p, or what it points to? |
| 1 |
| write a program to copy a string without using a string? |
| 2 |
| Write a c program to print the sizes and ranges of different
data types in c? |
| 1 |
| What is the difference between null pointer and the void
pointer? |
| 3 |
| |
| For more C Interview Questions Click Here |