What is enumerated data type in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how can I avoid the abort, retry, fail messages?
How do you write a program which produces its own source code as its output?
Do you know what are bitwise shift operators in c programming?
can anyone please tell me wat is backlogs... i was looking for the job openings where i read this.. eligibility criteria minimum 70% in degree without backlogs. is that arrear.. if so is it standing arrear or history of arrears... please help me...
11 Answers CTS, Indian Navy, L&T, Microsoft, SSB, TCE, TCS,
What is a list in c?
write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.
what are bps & baud rates? differentiate these two?
main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??
19 Answers EBS, Ramco, Sangwin, TCS,
What do you mean by c?
What is typeof in c?
main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }
How can you call a function, given its name as a string?