Explain what does the format %10.2 mean when included in a printf statement?
No Answer is Posted For this Question
Be the First to Post Answer
Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?
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.
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
What is void main ()?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
program for swapping two strings by using pointers in c language
declare afunction pointer to int printf(char *)?
Find the middle node in the linked list?? (Note:Do not use for loop, count and count/2)
How can I sort a linked list?