if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
What is a pointer in c?
How do I determine whether a character is numeric, alphabetic, and so on?
Explain how can a program be made to print the name of a source file where an error occurs?
What do you mean by dynamic memory allocation in c? What functions are used?
Explain what is a 'locale'?
What is cohesion and coupling in c?
write a program to print data of 5 five students with structures?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Why do we use return in c?
Can a variable be both constant and volatile?
How can I write a function that takes a format string and a variable number of arguments?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
How can I read/write structures from/to data files?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?