When should a type cast be used?
No Answer is Posted For this Question
Be the First to Post Answer
Is it fine to write void main () or main () in c?
Write a program on swapping (100, 50)
How do I swap bytes?
How to add two numbers without using arithmetic operators?
18 Answers College School Exams Tests, e track, Infosys, Pan Parag, Sapient, TCS,
how to count no of words,characters,lines in a paragraph.
1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop
write a program to print data of 5 five students with structures?
Write the Program to reverse a string using pointers.
Ow can I insert or delete a line (or record) in the middle of a file?
Explain the difference between malloc() and calloc() in c?
What is maximum size of array in c?
what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);