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 nested structure with example?
wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }
How can I change their mode to binary?
Explain how do you view the path?
write a program to display all prime numbers
main() { int i = 10; printf(" %d %d %d \n", ++i, i++, ++i); }
What are the features of c language?
say the following declaration is correct nr not. int b=a,n=0;
Is c is a low level language?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
why wipro wase
main() {char a[10]={1,2,3,4,5,6};int x; for(x=0;x<4;x++){ b[x]=x+'a';} printf("%s",b);}