Explain how can I convert a string to a number?
No Answer is Posted For this Question
Be the First to Post Answer
struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));
Explain what is meant by high-order and low-order bytes?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
who is the editor of 'pokemon'?
what is structuer?
why java is called as a purely oops language.
Why we not create function inside function.
f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error
/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
what is difference between declaring the pointer as int and char in c language?
What is variables in c?