| Other C Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What are data breakpoints? | Adobe | 1 |
| how to return 1000 variables from functio9n in c?plz give me
code also | | 5 |
| Give the output for the following program.
#define STYLE1 char
main()
{
typedef char STYLE2;
STYLE1 x;
STYLE2 y;
clrscr();
x=255;
y=255;
printf("%d %d\n",x,y);
}
| ADITI | 1 |
| How would you sort a linked list? | | 1 |
| program to get the remainder and quotant of given two
numbers with out using % and / operators? | IBM | 8 |
| what is real time system?what is the differance between hard
and soft real time systems | | 2 |
| main()
{
printf(5+"Vidyarthi Computers");
} | | 6 |
| Print the foll in C...eg when n=5 the o/p must b
+ +
+ + + +
+ + + + +
+ + + +
+ + | | 1 |
| in C-programming language without using printf statement
can we get output r not ? if yes how and if no also how ?
| | 6 |
| C passes By value or By reference? | Geometric-Software | 5 |
| 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 |
| what is the difference between getch() and getchar()? | | 5 |
| What is the real difference between arrays and pointers? | | 11 |
| Switch (i)
i=1;
case 1
i++;
case 2
++i;
break;
case 3
--i;
Output of i after executing the program
| Mascot | 4 |
| parkside's triangle..
create a program like this..
enter the size: 6
enter the seed: 1
output:
1
23
456
7891
23456
789123
sample2:
enter the size: 5
enter the seed: 3
output:
3
45
678
9123
45678
parkside should not exceed 10 while its seed should only be
not more than 9.. | | 4 |
| when will be evaluated as true/
if(x==x==x)
a) x=1;
b) x=0;
c) x=-1;
d) none | HCL | 4 |
| Write the program for displaying the ten most frequent words
in a file such that your program should be efficient in all
complexity measures. | Google | 3 |
| which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma
| Wipro | 13 |
| Software Interview Questions | CAT | 1 |
| what is the use of using linked list and array? | Infosys | 9 |
| |
| For more C Interview Questions Click Here |