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
how does the C compiler interpret the following two statements p=p+x; q=q+y; a. p=p+x; q=q+y b. p=p+xq=q+y c. p=p+xq; q=q+y d. p=p+x/q=q+y
How to create struct variables?
write a c program to find the roots of a quadratic equation ax2 + bx + c = 0
11 Answers CSC, St Marys, TATA,
Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
Juxtapose the use of override with new. What is shadowing?
What are the advantages of c language?
Is reference used in C?
What is the difference b/w main() in C language and main() in C++.
the format specified for hexa decimal is a.%d b.%o c.%x d.%u
Can I initialize unions?
can any one provide me the notes of data structure for ignou cs-62 paper