How will you print TATA alone from TATA POWER using string copy and concate commands in C?
No Answer is Posted For this Question
Be the First to Post Answer
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
what is the meaning of 'c' language
how to count no of words,characters,lines in a paragraph.
write a program to compare 2 numbers without using logical operators?
Which are low level languages?
what is self refrential structure
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
Explain what is the advantage of a random access file?
biggest of two no's with out using if condition statement
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
difference between c and c++
a memory of 20 bytes is allocated to a string declared as char *s then the following two statements are executed: s="Etrance" l=strlen(s); what is the value of l ? a.20 b.8 c.9 d.21