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

why we use "include" word before calling the header file. is there any special name for that include??????

1 Answers   TCS,


Ow can I insert or delete a line (or record) in the middle of a file?

0 Answers  


Why do we use return in c?

0 Answers  


What is difference between arrays and pointers?

0 Answers  


What is difference between static and global variable in c?

0 Answers  






what are the interview question's in the language c

2 Answers   Nipuna,


a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list

0 Answers  


main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????

1 Answers  


How do we declare variables in c?

0 Answers  


write a program that print itself even if the source file is deleted?

2 Answers  


Explain how do you generate random numbers in c?

0 Answers  


a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above

3 Answers  


Categories