Why we use break in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are void pointers in c?
What is your stream meaning?
write the program for prime numbers?
73 Answers Accenture, Aptech, Infosys, TCS,
What is structure in c explain with example?
What is a wrapper function in c?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
What is wrong with this program statement?
how to swap two integers 1 and 32767 without using third variable
enum day = { jan = 1 ,feb=4, april, may} what is the value of may? a)4 b)5 c)6 d)11 e)none of the above
If fflush wont work, what can I use to flush input?
What is the advantage of c?
Can a variable be both static and volatile in c?