what is level of tree if leaf node is at level 4.please
explain.
Wt are the Buses in C Language
Explain is it valid to address one element beyond the end of an array?
What is a memory leak in structures? How can we rectify that?
Explain how can I open a file so that other programs can update it at the same time?
How do we print only part of a string in c?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
Write a code to generate a series where the next element is the sum of last k terms.
What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }
Program to simulate second clock
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }
27 Answers Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,
What is the difference between fork() and vfork()?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +