What is the difference between text and binary modes?
related proverb of "dont count your chicken before it hatches"
Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
simple program for virtual function?
What is pivot in c?
There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side? Upload a C program to demonstrate the behaviour of the game.
What is the use of a semicolon (;) at the end of every program statement?
Differentiate between a for loop and a while loop? What are it uses?
how to find the given number is prime or not?
What is %d used for?
How many levels of indirection in pointers can you have in a single declaration?
0 Answers Agilent, ZS Associates,
#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?
Fifty minutes ago if it was four times as many mints past 3 o clock. how many minutes is it to six o'clock n how....?????