if a is an integer variable, a=5/2; will return a value
a) 2.5
b) 3
c) 2
d) 0
No Answer is Posted For this Question
Be the First to Post Answer
i want to have a program to read a string and print the frequency of each character and it should work in turbo c
What is difference between Structure and Unions?
Write a program to show the workingof auto variable.
wap in c to accept n number display the highest and lowest value
User define function contain thier own address or not.
how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *
When should I declare a function?
define switch statement?
what is the output for this question: main() { int i=1; printf("%d%d%d",i,i++,++i); }
What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }
How are Structure passing and returning implemented by the complier?
i have a written test in tomorrow