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 |
find the output of the following program main() { int x=5, *p; p=&x; printf("%d",++*p); }
When we use void main and int main?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
Give the Output : * * * * * * * * * *
What is the c value paradox and how is it explained?
write a C code To reverse a linked list
# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }
why u join this call center?
Consider the following C program. #include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain
HOW TO ANSWER IF ASKED " WHAT KIND OF A PERSON ARE YOU?" I NEED AN ANSWER THAT IMPRESS THE INTERVIEWER
what is the different between data structure and data type?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12