int i=10;
printf("%d %d %d", i, i=20, i);
No Answer is Posted For this Question
Be the First to Post Answer
Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?
Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?
wap in c to accept a number display the total count of digit
What is pointer to pointer in c language?
Predict the output or error(s) for the following: 25. main() { printf("%p",main); }
What are two dimensional arrays alternatively called as?
Write a program to show the change in position of a cursor using c
Write any data structure program (stack implementation)
What are the application of c?
A array contains dissimilar element how can we count, and A array contains dissimilar element how can we store in another array with out repetition.
What is s or c?
what is the need for main function in c?