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

4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

5 Answers  


If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above

0 Answers  


What are bitwise shift operators in c programming?

0 Answers  


pick out the odd one out of the following a.malloc() b.calloc() c.free() d.realloc()

2 Answers   TCS, ZenQ,


4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.

0 Answers   TCS,






Find greatest number out of 10 number without using loop.

5 Answers   TCS,


What is the collection of communication lines and routers called?

0 Answers  


What is the best style for code layout in c?

0 Answers  


Where in memory are my variables stored?

0 Answers  


What is the process to create increment and decrement stamen in c?

0 Answers  


Write a C program that defines a 2-dimentional integer array called A [50][50]. Then the elements of this array should randomly be initialized either to 1 or 0. The program should then print out all the elements in the diagonal (i.e. a[0][0], a[1][1],a[2][2], a[3][3], ……..a[49][49]). Finally, print out how many zeros and ones in the diagonal.

3 Answers   Infosys,


What is 02d in c?

0 Answers  


Categories