Can you please explain the difference between exit() and _exit() function?
No Answer is Posted For this Question
Be the First to Post Answer
control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent
Explain the differences between public, protected, private and internal.
When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these
Are pointers really faster than arrays?
How do you determine whether to use a stream function or a low-level function?
How can I find the modification date and time of a file?
hi any body pls give me company name interview conduct "c" language only
6)What would be the output? main() { int u=1,v=3; pf("%d%d",u,v); funct1(&u,&v); pf("%d%d\n",u,v); } void funct1(int *pu, int *pv) { *pu=0; *pv=0; return; } a)1 3 1 3 b)1 3 1 1 c)1 3 0 0 d)1 1 1 1 e) 3 1 3 1
Which is the memory area not included in C program? give the reason
what is available in C language but not in C++?
10 Answers CTS, TCS,
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
What are the different file extensions involved when programming in C?