What are register variables? What are the advantage of using register variables?
No Answer is Posted For this Question
Be the First to Post Answer
Which is the best website to learn c programming?
without using arithmatic operator convert an intger variable x into x+1
explain what is fifo?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
What is the difference between struct and typedef struct in c?
What are the primitive data types in c?
How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST
Write a main() program that calls this function at least 10 times. Try implementing this function in two different ways. First, use an external variable to store the count. Second, use a local variable. Which is more appropriate?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
how to write palindrome program?
What is indirection?
How can I copy just a portion of a string?