How to write a program for machine which is connected with
server for that server automatically wants to catch the
time for user of that machine?
No Answer is Posted For this Question
Be the First to Post Answer
what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
List the difference between a "copy constructor" and a "assignment operator"?
What is the meaning of ?
explain what are actual arguments?
how is the examination pattern?
What is data structure in c language?
Eight queens puzzle
What is calloc in c?
Should I learn c before c++?
What are the two types of functions in c?
Tell me the use of bit field in c language?