What are local variables c?


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

Post New Answer

More C Interview Questions

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

0 Answers   Google, Infosys,


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

0 Answers   Wilco,


what is the use of keyword volatile??

4 Answers   LG Soft,


can anyone please tell about the nested interrupts?

0 Answers  


What do you mean by team??

5 Answers   Student,






How a string is stored in c?

0 Answers  


Is c# a good language?

0 Answers  


Can you please explain the scope of static variables?

0 Answers  


define function

4 Answers   Assurgent, Sonata,


main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then wat will be the output }

2 Answers  


Find Error if any in below code, Justify ur answer: struct xx { int a; struct yy { char c; struct xx* p; } struct yy* q; }

3 Answers   NDS,


Explain how do you print only part of a string?

0 Answers  


Categories