Write a program that accept anumber in words
No Answer is Posted For this Question
Be the First to Post Answer
I have seen function declarations that look like this
write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised
what are you see during placement time in the student.
0 Answers Goldman Sachs, TCS, Tech Solutions,
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 c language is called c?
how to implement stack work as a queue?
What is the process of writing the null pointer?
what is the maximum limit of row and column of a matrix in c programming. in linux .
I need a sort of an approximate strcmp routine?
What Is The Difference Between Null And Void Pointer?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
how to swap four numbers without using fifth variable?