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
How can I set an array's size at run time?
write a program to find the given number is prime or not
2 Answers Accenture, Vasutech,
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??
19 Answers EBS, Ramco, Sangwin, TCS,
largest Of three Number using without if condition?
What does s c mean in text?
What is malloc return c?
how to execute a program using if else condition and the output should enter number and the number is odd only...
How the c program is executed?
What is file in c preprocessor?
What are static variables, and where are they stored?
What is the difference between NULL and NUL?