What is the modulus operator?
No Answer is Posted For this Question
Be the First to Post Answer
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
Why is the code below functioning. According to me it MUST NOT.
6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
How #define works?
in malloc and calloc which one is fast and why?
what is difference between array and structure?
44 Answers College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,
What is typedef example?
provide an example of the Group by clause, when would you use this clause
Write a program to implement queue.
Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}
11 Answers IBM, TCS,
Find MAXIMUM of three distinct integers using a single C statement
Tell us bitwise shift operators?