What are qualifiers?


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

Post New Answer

More C Interview Questions

in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first a) 6.6/a b) 2*a c) 3*c d) 2/n

1 Answers  


I just typed in this program, and it is acting strangely. Can you see anything wrong with it?

0 Answers  


if p is a string contained in a string?

0 Answers  


write a C program to print the program itself ?!

16 Answers   TCS,


I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7

1 Answers  






Explain what is the advantage of a random access file?

0 Answers  


Compare array data type to pointer data type

0 Answers  


what is a NULL Pointer? Whether it is same as an uninitialized pointer?

0 Answers   TISL,


What is call by value in c?

0 Answers  


What is pointer to pointer in c?

0 Answers  


print out put like this form 1 2 3 4 5 6 3 5 7 9 11 8 12 16 20

8 Answers   TCS,


How does placing some code lines between the comment symbol help in debugging the code?

0 Answers  


Categories