how can I convert a string to a number?
No Answer is Posted For this Question
Be the First to Post Answer
Prove or disprove P!=NP.
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
what are brk, sbrk?
What is the use of gets and puts?
C program code int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15
How reliable are floating-point comparisons?
What is a MAC Address?
What is the purpose of #pragma directives in C?
What does 4d mean in c?
write a c program to find the sum of five entered numbers using an array named number
writ a program to compare using strcmp VIVA and viva with its output.
Can we assign integer value to char in c?