In scanf h is used for

Answer Posted / anitha

For hexa decimal numbers

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain c preprocessor?

684


When should you use a type cast?

593


What is pointer to pointer in c with example?

550


Why we write conio h in c?

568


design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.

1498






How many bytes is a struct in c?

726


Are the variables argc and argv are always local to main?

575


What's the right way to use errno?

626


WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

2030


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

773


What is the most efficient way to store flag values?

690


hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell

1674


What is a example of a variable?

554


A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(

1743


What are the storage classes in C?

625