Why doesnt that code work?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is the use of #include in c?

0 Answers  


In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT

1 Answers   IBM,


Why do we need arrays in c?

0 Answers  


Write a program to produce the following output in c language? 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

2 Answers  


Why c language?

0 Answers  






What does the && operator do in a program code?

0 Answers  


what is the role you expect in software industry?

0 Answers   HCL,


write a programming in c language, 1 3 5 7 9 11

2 Answers   NIIT,


why programming language C is still used in operating system's kernel??

1 Answers   Wipro,


What is difference between constant pointer and constant variable?

0 Answers   Hexaware,


a simple c program using 'for' loop to display the output 5 4 3 2 1

2 Answers   Google,


What is true about the following C Functions a.Need not return any value b.Should always return an integer c.Should always return a float d.Should always return more than one value.

11 Answers   TCS,


Categories