Multiply an Integer Number by 2 Without Using Multiplication Operator
No Answer is Posted For this Question
Be the First to Post Answer
Can you please explain the scope of static variables?
write a program in c language to print your bio-data on the screen by using functions.
how can I convert a string to a number?
What is a pointer and how it is initialized?
An interactive c program to read basic salary of 15 persons. each person gets 25% of basic as HRA, 15%of basic as conveyance allowances, 10%of basic as entertainment allowances.The total salary is calculated by adding basic+HRA+CA+EA.Calculate how many out of 15 get salary above 10,000.Rs also print the salary of each employee
What is the purpose of 'register' keyword in c language?
name the language for writing c compiler?
why do some people write if(0 == x) instead of if(x == 0)?
what is a static function
Q. where is the below variables stored ? - volatile, static, register
what is the difference between const volatile int i & volatile const int j;
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question