Answer Posted / siva jyothi katireddi
Data break point allow you to break execution when the
value stored at a specified memory location changes.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is it possible to pass an entire structure to functions?
What is a rvalue?
What do you know about the use of bit field?
Tell me can the size of an array be declared at runtime?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
What oops means?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
What is an endless loop?
Do you know the use of fflush() function?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
What are the different file extensions involved when programming in C?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
What is extern keyword in c?
Can you subtract pointers from each other? Why would you?