How many types of operator or there in c?


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

Post New Answer

More C Interview Questions

how to swap 2 numbers within a single statement?

4 Answers  


Write a code on reverse string and its complexity.

0 Answers   Expedia,


What is the purpose of 'register' keyword in c language?

0 Answers  


Explain modulus operator. What are the restrictions of a modulus operator?

0 Answers  


Which weighs more, a gram of feathers or a gram of gold?

2 Answers  






write a program to produce the following output; ABCDEFGFEDCBA ABCDEF FEDCBA ABCDE EDCBA ABCD DCBA ABC CBA AB BA A A

17 Answers   ABC, College School Exams Tests,


main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }

8 Answers   Vector,


Why is c called c?

0 Answers  


Explain the difference between strcpy() and memcpy() function?

0 Answers  


Can you mix old-style and new-style function syntax?

0 Answers  


Where static variables are stored in c?

0 Answers  


Define the scope of static variables.

0 Answers  


Categories