whenever a question is posted in a particular category in
allinterview.com, Is there any facility to receive an
indication mail.
For eg: I need to receive an indication email, whenever a
question is posted under the category “C Langauage”.
Explain how can I open a file so that other programs can update it at the same time?
What is n in c?
Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;
how to print this pyramid * * * * * * * * * * * * *
What is meant by type specifiers?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
write a program to display all prime numbers
What are the two types of structure?
What is time complexity c?
what is different between auto and local static? why should we use local static?
What the different types of arrays in c?
What is getch () for?