What is the data segment that is followed by c?
No Answer is Posted For this Question
Be the First to Post Answer
2. What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
Write a program to find the number of times that a given word(i.e. a short string) occurs in a sentence (i.e. a long string!). Read data from standard input. The first line is a single word, which is followed by general text on the second line. Read both up to a newline character, and insert a terminating null before processing. Typical output should be: The word is "the". The sentence is "the cat sat on the mat". The word occurs 2 times.
What is meant by gets in c?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
What are qualifiers and modifiers c?
Write a pro-gramme to determine whether the number is even or odd?
What is a good data structure to use for storing lines of text?
What is I ++ in c programming?
Write a program with dynamically allocation of variable.
how to print 2-D array using a single for loop?
2 Answers Mind Tree, TCS, Value Labs,
Is a house a mass structure?
What is a function in c?