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.
Hi,Pls tell me the importance of volatile in the below program and what is returned by the program. this program finds the square of a number. where are volatile variables exactly used in C programming ?int sqr(volatile int *ptr){ return (*ptr**ptr);}
Related Answered Questions
Related Open Questions