How many types of operators are there in c?


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

Post New Answer

More C Interview Questions

. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1] is (A) 1 (B) 3 (C) -6 (D) none

9 Answers   Oracle,


What is cohesion in c?

0 Answers  


Write a C++ program to give the number of days in each month according to what the user entered. example: the user enters June the program must count number of days from January up to June

0 Answers  


Is linux written in c?

0 Answers  


What is a good way to implement complex numbers in c?

0 Answers  


List out few of the applications that make use of Multilinked Structures?

1 Answers   Accenture,


What is #include conio h?

0 Answers  


Explain how can you determine the size of an allocated portion of memory?

0 Answers  


Describe static function with its usage?

0 Answers  


if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0

0 Answers  


why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

0 Answers  


why program counter is 16 bit?

3 Answers  


Categories