| Other C Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| int *p=20;
if u print like dis printf("%d",p);
o\p:- 20; how is it possible?
plz give me the explanation. | Global-Edge | 11 |
| main()
{
int i,j,A;
for(A=-1;A<=1;A++)
prinf("%d\t",!!A);
} | | 5 |
| How does C++ help with the tradeoff of safety vs. usability?
| | 1 |
| which will be first in c compiling ,linking or compiling
,debugging. | Sonata | 3 |
| Find the middle node in the linked list??
(Note:Do not use for loop, count and count/2) | Subex | 2 |
| Difference between Class and Struct.
| Motorola | 6 |
| post new interiew question and aptitude test papers | | 1 |
| how to print "hai" in c? | | 10 |
| what is the hexidecimal number of 4100? | Google | 14 |
| An interactive c program to read basic salary of 15
persons. each person gets 25% of basic as HRA, 15%of basic
as conveyance allowances, 10%of basic as entertainment
allowances.The total salary is calculated by adding
basic+HRA+CA+EA.Calculate how many out of 15 get salary
above 10,000.Rs also print the salary of each employee | | 2 |
| N O S I E R
+ A S T R A L
----------------
7 2 5 6 1 3 | Honeywell | 2 |
| I have a function which accepts a pointer to an int. How
can I pass a constant like 5 to it? | | 3 |
| What is encapsulation? | | 1 |
| what is differnence b/w macro & functions | | 1 |
| write a 'c' program to sum the number of integer values | | 5 |
| write the program for maximum of the following numbers?
122,198,290,71,143,325,98 | | 4 |
| How many types of linked lists what are they?
How many types of data structures? | BSNL | 5 |
| 1)which of following operator can't be overloaded.
a)== b)++ c)?! d)<= | Siemens | 10 |
| main()
{
int a = 65;
printf(“%d %o %x”,a,a,a);
}
Output
65 101 41
Please explain me.How it is coming like that?
| Excel | 2 |
| When is an interface "good"?
| | 1 |
| |
| For more C Interview Questions Click Here |