Why doesnt the call scanf work?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is the function of multilevel pointer in c?

0 Answers  


Explain the meaning of keyword 'extern' in a function declaration.

0 Answers  


In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?

4 Answers  


write a c program to find biggest of 3 number without relational operator?

12 Answers   TCS, Wipro,


Is sizeof a keyword in c?

0 Answers  






char p="data"; printf(p);

2 Answers  


what is default constructor?

2 Answers   HCL,


Write a program to find factorial of a number using recursive function.

0 Answers   Global Logic, TCS,


What is a string?

0 Answers  


logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............

2 Answers   Infosys,


What is define directive?

0 Answers  


What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers

0 Answers  


Categories