True or false: If you continuously increment a variable, it
will become negative?




1) True


2) False


3) It depends on the variable type

Answer Posted / sneha

it depends on the variable type

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program with dynamically allocation of variable.

593


What is c language & why it is used?

568


What are the different types of pointers used in c language?

604


what will be the output for the following main() { printf("hi" "hello"); }

9288


List the difference between a 'copy constructor' and a 'assignment operator' in C?

627






hi any body pls give me company name interview conduct "c" language only

1650


What is the difference between abs() and fabs() functions?

594


How can you determine the maximum value that a numeric variable can hold?

624


What is a macro?

643


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

734


What is a rvalue?

736


Are there constructors in c?

578


How do we print only part of a string in c?

577


How can I insert or delete a line (or record) in the middle of a file?

562


Difference between strcpy() and memcpy() function?

669