What are terms in math?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
Explain what is a 'locale'?
Is that possible to add pointers to each other?
What is the significance of an algorithm to C programming?
What is a spanning Tree?
Why is a semicolon (;) put at the end of every program statement?
Write a program for finding factorial of a number.
When we use void main and int main?
Explain the difference between #include "..." And #include <...> In c?
What are the Advantages of using macro
Is c high or low level?