What is difference between && and & in c?


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 #define preprocessor in c?

0 Answers  


What is the auto keyword good for?

0 Answers  


What is main function in c?

0 Answers  


can we declare a function in side the structure?

2 Answers   HCL,


Write a C function to search a number in the given list of numbers. donot use printf and scanf

6 Answers   Honeywell, TCS,






When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

0 Answers  


Read two numbers from keyboard and find maximum of them?

1 Answers  


1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

3 Answers  


write a program that accepts 3 numbers from the user. dispaly the values in a descending order.

3 Answers  


What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file

0 Answers  


Why array starts with index 0

2 Answers  


What are structure types in C?

0 Answers  


Categories