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

Why can’t we compare structures?

0 Answers  


Write the following function in C. stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

4 Answers   OpenFeel,


What is ctrl c called?

0 Answers  


Hi, main() { } Is a user defined function or Built in Functionn

26 Answers   Honeywell, Yahoo,


Dont ansi function prototypes render lint obsolete?

0 Answers  






code for reverse alternate words from astring

1 Answers   IBM,


How to receive strings with spaces in scanf()

7 Answers  


what is compiler

6 Answers  


C program to find frequency of each character in a text file?

6 Answers  


Give a fast way to multiply a number by 7

15 Answers   Accenture, Aricent, Microsoft,


int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?

5 Answers   CMC,


What is the difference between new and malloc functions?

0 Answers   InterGraph,


Categories