Explain how do you convert strings to numbers in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the easiest sorting method to use?
What is Generic pointer? What is the purpose of Generic pointer? Where it is used?
what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits
what are you see during placement time in the student.
0 Answers Goldman Sachs, TCS, Tech Solutions,
what is the use of ‘auto’ keyword?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
Explain what is the use of a semicolon (;) at the end of every program statement?
What is .obj file in c?
#include<stdio.h> #include<conio.h> # define swap(a,b) temp=a; a=b; b=temp; void main( ) { int i, j, temp; i=5; j=10; temp=0; if( i > j) swap( i, j ); printf( "%d %d %d", i, j, temp); }
What is the meaning of 2d in c?
what is the diffrenet bettwen HTTP and internet protocol
Write a C Programm.. we press 'a' , it shows the albhabetical number is 1, if we press 'g' it shows the answer 7.. any can help me