#include <stdio.h> #include <conio.h> #include <stdlib.h> int main() { int i; i = atoi (" 100"); printf(" The integer value is: %d ", i); getch(); return 0; } OUTPUT: The integer value is: 100 NOTE: If you liked the post/article or if you think this post/article helped you in any way, then please show your appreciation by filling up at least one form from the options given below:
All HR and Technical interview questions with answers for freshers and experienced professional. It helps job seekers who are about to attend interviews.