What is the auto keyword good for?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between class and unio?
for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable
whenever a question is posted in a particular category in allinterview.com, Is there any facility to receive an indication mail. For eg: I need to receive an indication email, whenever a question is posted under the category “C Langauage”.
Do pointers take up memory?
write a function for strtok()??
What are static variables in c?
how many argument we can pas in in a function
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
Explain what are bus errors, memory faults, and core dumps?
which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;