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
Can you please explain the scope of static variables?
What does sizeof return c?
Explain the advantages and disadvantages of macros.
What does calloc stand for?
Define VARIABLE?
what is the diffrenet bettwen HTTP and internet protocol
using only #include
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
How does placing some code lines between the comment symbol help in debugging the code?
Explain what is the benefit of using enum to declare a constant?
Why header files are used?
What is c value paradox explain?
in iso what are the common technological language?
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.
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?