Explain modulus operator.


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

Post New Answer

More C Interview Questions

What is the benefit of using an enum rather than a #define constant?

0 Answers  


What is a buffer in c?

0 Answers  


What is volatile variable in c?

0 Answers  


what is the difference b/w compiler and debugger?

2 Answers   Assurgent,


What is malloc and calloc?

0 Answers  


What are the types of type specifiers?

0 Answers  


Can we declare function inside main?

0 Answers  


What is a pointer and how it is initialized?

0 Answers  


Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.

0 Answers  


Where local variables are stored in c?

0 Answers  


What is this pointer in c plus plus?

0 Answers  


2)#include<iostream.h> main() { printf("Hello World"); } the program prints Hello World without changing main() the o/p should be intialisation Hello World Desruct the changes should be a)iostream operator<<(iostream os, char*s) os<<'intialisation'<<(Hello World)<<Destruct b) c) d)none of the above

4 Answers   Siemens,


Categories