what is d pitfalls of registers variables

Answer Posted / mohammed

Important pitfalls
Value of the variable stored in register of cpu not for memory

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you please explain the scope of static variables?

786


What does sizeof return c?

792


Explain the advantages and disadvantages of macros.

825


What does calloc stand for?

833


Define VARIABLE?

888


what is the diffrenet bettwen HTTP and internet protocol

1574


using only #include and #include Write a program in C that will read an input from the user and print it back to the user if it is a palindrome. The string ends when it encounters a whitespace. The input string is at most 30 characters. Assume the string has no spaces and distinguish between and lowercase. So madam is a palindrome, but MadAm is not a palindrome. Use scanf and %s to read the string. Sample Test: Enter a string: madam madam is a palindrome. Enter a string: 09023 09023 is not a palindrome.

1565


If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above

815


How does placing some code lines between the comment symbol help in debugging the code?

745


Explain what is the benefit of using enum to declare a constant?

806


Why header files are used?

825


What is c value paradox explain?

772


in iso what are the common technological language?

1838


Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.

1116


What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?

996