What are the restrictions of a modulus operator?


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

Post New Answer

More C Interview Questions

What is a global variable in c?

0 Answers  


What is file in c language?

0 Answers  


2. Counting in Lojban, an artificial language developed over the last fourty years, is easier than in most languages The numbers from zero to nine are: 0 no 1 pa 2 re 3 ci 4 vo 5 mk 6 xa 7 ze 8 bi 9 so Larger numbers are created by gluing the digit togather. For Examle 123 is pareci Write a program that reads in a lojban string(representing a no less than or equal to 1,000,000) and output it in numbers.

3 Answers   Nagarro,


1. Write a program to reverse every second word in a given sentence.

1 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.

3 Answers   Google, Infosys, JTL, OpenFeel,






main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }

3 Answers   CSC,


write an algorithm and a program to count the number of elements in a circularly singly linked list

1 Answers   Ignou,


Is the exit() function same as the return statement? Explain.

0 Answers   Agilent, ZS Associates,


Why doesn't the code "a[i] = i++;" work?

4 Answers  


int far *near * p; means

0 Answers   Honeywell,


What are the different types of endless loops?

0 Answers  


without using arithmatic operator solve which number is greater??????????

1 Answers   Accenture,


Categories