What is c language and why we use it?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program for the following series: 1*3*5-2*4*6+3*5*7-4*6*8+.................up to nterms
WHY DO WE USE A TERMINATOR IN C LANGUAGE?
how to find binary of number?
Explain #pragma in C.
1. Write a C program to count the number of occurrence of a specific word in the given strings. (for e.g. Find how many times the word “live” comes in the sentence “Dream as if you’ll live forever, live as if you’ll die today ”)
Explain how can a program be made to print the line number where an error occurs?
What is variable and explain rules to declare variable in c?
What is the use of #define preprocessor in c?
what is the definition of storage classes?
Explain about the functions strcat() and strcmp()?
What is the meaning of 2d in c?
Explain Function Pointer?