Are negative numbers true in c?


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

Post New Answer

More C Interview Questions

Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

8 Answers   Aspire,


Explain void pointer?

0 Answers  


What is logical error?

0 Answers  


In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?

4 Answers  


Write a program to check whether a number is prime or not using c?

0 Answers  






What is the memory allocated by the following definition ? int (*x)();

2 Answers   ADITI,


Why n++ execute faster than n+1 ?

2 Answers  


what are bitwise shift operators?

4 Answers  


What is "Hungarian Notation"?

0 Answers   Celstream,


Explain the difference between malloc() and calloc() function?

0 Answers  


c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above

0 Answers  


Why do we use static in c?

0 Answers  


Categories