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
What is indirection?
why TCS selected more student in the software field from all institution.
If input is 123 then how to print 100 and 20 and 3 seperately?
How many bytes is a struct in c?
what is the difference between procedure oriented and object oriented progaming language
How does C++ help with the tradeoff of safety vs. usability?
how to make a scientific calculater ?
Write a program to reverse a linked list in c.
to find the closest pair
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7
Why does everyone say not to use scanf? What should I use instead?