Explain how can I convert a string to a number?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by invalid pointer arithmetic?
Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }
what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7
Why do we use int main?
How can you find the day of the week given the date?
Why does not use getgh(); and <conio.h> in c language.
write a program to print largest number of each row of a 2D array
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
write a program which counts a product of array elements lower than 10.
proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?
What is wrong with this declaration?
Write a program that his output 1 12 123