Answer Posted / kiran
As the no. of registers in a CPU are limited,we cannot declare many variables as register
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What tq means in chat?
What is identifiers in c with examples?
what is the structure pointer?
What is data structure in c programming?
What is use of pointer?
Why doesnt that code work?
What is a c token and types of c tokens?
What is function prototype in c with example?
How do I round numbers?
What is static memory allocation? Explain
What are keywords in c with examples?
Explain the use of 'auto' keyword in c programming?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
What is time complexity c?
What is void main ()?