Explain what’s a signal? Explain what do I use signals for?
No Answer is Posted For this Question
Be the First to Post Answer
What are the disadvantages of a shell structure?
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............
a=5 a=a++/++a
WRITE A C PROGRAM TO FIND SECOND BIGGEST VALUE FROM THE GIVEN VALUES
void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); }
What is meant by high-order and low-order bytes?
Is a house a shell structure?
Which function in C can be used to append a string to another string?
How to print %d in output
Explain low-order bytes.
what is difference between ANSI structure and C99 Structure?
What is the difference between volatile and const volatile?