int i=10;
printf("%d %d %d", i, i=20, i);
No Answer is Posted For this Question
Be the First to Post Answer
with out using main how to execute the program?
what is the maximum limit of row and column of a matrix in c programming. in linux .
Why is it important to memset a variable, immediately after allocating memory to it ?
identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;
Why doesn't C have nested functions?
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 2. Enter alphanumeric characters and form 2 array alphaets and digits.Also print the count of each array.
every function has return the value?
What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }
How to write a program for swapping two strings without using 3rd variable and without using string functions.
what is void pointer?
What is the difference between arrays and pointers?
Write a pro-gramme to determine whether the number is even or odd?