Suggesting that there can be 62 seconds in a minute?
No Answer is Posted For this Question
Be the First to Post Answer
what is the output of the following program? #include<stdio.h> void main() { int x=4,y=3,z; z=x-- -y; printf("\n%d %d %d",x,y,z); }
palindrome for strings and numbers----Can anybody do the prog?
6 Answers CTS, TCS, Vipro Lifescience Pvt,
Explain bit masking in c?
code for replace tabs with equivalent number of blanks
Tell me is null always defined as 0(zero)?
Write a program to exchange two variaables without temp
What language is windows 1.0 written?
In which category does main function belong??
What is difference between array and pointer in c?
a simple program in c language
Can an array be an Ivalue?
Please write the area of a RIGHT ANGLED TRIANGLE.