What is the advantage of c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program of prime number using recursion.
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
write a program to search for an element in a given array. If the array was found then display its position otherwise display appropriate message in c language
Find greatest of two numbers using macro
Write a C function to search a number in the given list of numbers. donot use printf and scanf
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
0 Answers Amdocs, Apps Associates,
What is equivalent to ++i+++j?
What is external variable in c?
Is main an identifier in c?
program to get the remainder and quotant of given two numbers with out using % and / operators?
10 Answers College School Exams Tests, IBM,
How pointers are declared?
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.