Explain how can I convert a string to a number?
what type of errors are checked during compilation
What is the difference between ‘g’ and “g” in C?
What is the code in while loop that returns the output of given code?
int *a[5] refers to
fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }
What are the 32 keywords in c?
Are the outer parentheses in return statements really optional?
Why do we write return 0 in c?
what is the differnce between AF_INET and PF_INET?
5 Answers Systems Plus, Wipro,
What are the restrictions of a modulus operator?
Write a C++ program to give the number of days in each month according to what the user entered. example: the user enters June the program must count number of days from January up to June
Write a program to know whether the input number is an armstrong number.