How can I trap or ignore keyboard interrupts like control-c?
No Answer is Posted For this Question
Be the First to Post Answer
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
what is the purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }
How can I rethow can I return a sequence of random numbers which dont repeat at all?
write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?
main() { float a=8.8; double b=8.8; if(a==b) printf("Equal"); else printf("not equal"); getch(); } what is the output? with reason
how to build a exercise findig min number of e heap with list imlemented?
How do you define a function?
Explain what is the difference between a free-standing and a hosted environment?
WHAT IS ABSTRACT DATA TYPE
how to multiply two number taking input as a string (considering sum and carry )
which one is not preprocessor directive a)#if b)#elif c)#undef d)#pragma
16 Answers Accenture, Infosys, TCS, Wipro,
How macro execution is faster than function ?