What tq means in chat?
No Answer is Posted For this Question
Be the First to Post Answer
program to find the second largest word in a paragraph amongst all words that repeat more thn twice
What is getch?
how we can say java is platform independent, while we require JVM for that particular Operating System?
what type of questions arrive in interview over c programming?
what is data structure
What is the purpose of ftell?
p*=(++q)++*--p when p=q=1 while(q<=6)
Write an implementation of “float stringToFloat(char *str).” The code should be simple, and not require more than the basic operators (if, for, math operators, etc.). • Assumptions • Don’t worry about overflow or underflow • Stop at the 1st invalid character and return the number you have converted till then, if the 1st character is invalid return 0 • Don’t worry about exponential (e.g. 1e10), instead you should treat ‘e’ as an invalid character • Write it like real code, e.g. do error checking • Go though the string only once • Examples • “1.23” should return 1.23 • “1a” should return 1 • “a”should return 0
Write a program in C to reverse a number by recursive function?
What is cohesion in c?
Can 'this' pointer by used in the constructor?
what is computer engg