Write a program to generate random numbers in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to remove occurrences the word from entered text?
What standard functions are available to manipulate strings?
Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both
What is main return c?
What is static and volatile in c?
What are the storage classes in C?
How can I read data from data files with particular formats?
What are shell structures used for?
write a program which will count occurance of a day between two dates.
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
Why preprocessor should come before source code?
What are the two types of structure?