# define x=1+4;
main()
{
int x;
printf("%d%d",x/2,x/4);
}
Answer Posted / sumalatha
ans is 4 4
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
When should you use a type cast?
how do you programme Carrier Sense Multiple Access
Describe explain how arrays can be passed to a user defined function
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Which of these functions is safer to use : fgets(), gets()? Why?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
What are extern variables in c?
What is the difference between array and pointer in c?
Which is best book for data structures in c?
write a c program to find the sum of five entered numbers using an array named number
Explain how do you generate random numbers in c?
What are the types of functions in c?
Why is c still so popular?
Explain what are linked list?
Explain threaded binary trees?