Write a program to print distinct words in an input
along with their count in input in decreasing order of
their count
No Answer is Posted For this Question
Be the First to Post Answer
4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
diff .between strcture and union
biggest of two no's with out using if condition statement
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
Why clrscr is used after variable declaration?
how to write a prog in c to convert decimal number into binary by using recursen function,
How to print "Hi World" without using semi colon?
Explain logical errors? Compare with syntax errors.
Give differences between - new and malloc() , delete and free() ?
what are threads ? why they are called light weight processes ? what is the relation between process and threads ?
What is an auto keyword in c?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?