Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Read the folllowing code# define MAX 100# define MIN 100........if(x>MAX)x=1;else if(x<MIN)x=-1;x=50;if the initial value of x=200,what is the vlaue after executing this code?a.200b.1c.-1d.50
Related Answered Questions
Related Open Questions