How to calculate Total working time using Login and
logout?
Answers were Sorted based on User's Feedback
Answer / ahmed park
Count with your fingers: 1 boob, 2 boob, etc.
Is This Answer Correct ? | 5 Yes | 17 No |
suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan
Function shall sum members of given one-dimensional array. However, it should sum only members whose number of ones in the binary representation is higher than defined threshold (e.g. if the threshold is 4, number 255 will be counted and 15 will not) - The array length is arbitrary - output the results to the stdout
what's the return value of malloc()
What is function pointer c?
Write a Program to accept different goods with the number, price and date of purchase and display them
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?
what is the difference between c and java?
discuss the steps needed to get a program from source code to executable in a system?
What is switch in c?
Write a function that will take in a phone number and output all possible alphabetical combinations
write a C code To reverse a linked list