| Other C Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what is the differnce between AF_INET and PF_INET? | Wipro | 2 |
| what is data structure
| | 4 |
| Explain the differences between public, protected, private
and internal. | | 1 |
| Given an array of length N containing integers between 1
and N, determine if it contains any duplicates. | SilverKey | 2 |
| we all know about the function overloading concept used in
C++ and we all learnt abt that.... but that concept is
already came in C in a very smaller propotion ... my
question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION
OVERLOADING IS USED in C language????????????? | Google | 2 |
| how many error occurs in C language ? | Wipro | 11 |
| What is meant by global static? why we have to use static
variable instead of Global variable | L&T | 2 |
| 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 |
| here is a link to download Let_Us_C_-_Yashwant_Kanetkar | | 2 |
| macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration
| HCL | 8 |
| what is the use of getch() function in C program..
difference b/w getch() and getche()?? | Wipro | 12 |
| What are data breakpoints? | Adobe | 1 |
| what is diff between localstatic and globalstatis variable
possible 2 use in another file...? | HCL | 2 |
| what is difference between array and structure?
| TCS | 19 |
| What is the Difference between Class and Struct? | Motorola | 9 |
| main()
{
char *ptr = "Ramco Systems";
(*ptr)++;
printf("%s\n",ptr);
ptr++;
printf("%s\n",ptr);
}
Find the Outputs? | CitiGroup | 7 |
| How to add two numbers without using arithmetic operators? | Sapient | 11 |
| What is the main differences between C and Embedded C? | | 2 |
| main()
{
float a=3.2e40;
printf("%d",a);
} | Satyam | 5 |
| pgm in c to reverse string by word using array(god is love
becomes love is god)
(no additional array can used,space is only delimiter
between words ) | Persistent | 1 |
| |
| For more C Interview Questions Click Here |