Write a c program to demonstrate Type casting in c?
Answer Posted / pinkey
#include<stdio.h>
#include<conio.h>
void main()
{
int a=5,b=4,c;
c=short(a+b);
printf("%d",c);
getch();
}
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
Write a program to print all permutations of a given string.
how to find anagram without using string functions using only loops in c programming
Why is c so important?
What is C language ?
What is union in c?
explain what are pointers?
What is operator promotion?
provide an example of the Group by clause, when would you use this clause
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
please give me some tips for the placement in the TCS.
What is static identifier?
What is meant by inheritance?
Write a program to reverse a given number in c?
Can we access the array using a pointer in c language?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................