What is the use of a static variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
what is Structural oriented language? give some example of this language.....?
what is the use of bitfields & where do we use them?
Why can't I perform arithmetic on a void* pointer?
how to find your architecture is LittleEndian or BigEndian?
What is enumerated data type in c?
What is meant by type casting?
How do I use void main?
What header files do I need in order to define the standard library functions I use?
how to find the size of the data type like int,float without using the sizeof operator?