What is #include stdio h and #include conio h?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to find the sum of the array elements in c language?
24 Answers ICT, Infosys, Wipro,
what is the purpose of the following code, and is there any problem with the code? void fn(long* p1, long* p2) { register int x = *p1; register int y = *p2; x ^= y; y ^= x; x ^= y; *p1 = x; *p2 = y; }
is it possible to create your own header files?
What kind of structure is a house?
c program for searching a student details among 10 student details
Program to find larger of the two numbers without using if-else,while,for,switch
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1
What is LINKED LIST? How can you access the last element in a linked list?
Can 'this' pointer by used in the constructor?
write a program in c language to print your bio-data on the screen by using functions.
6 Answers College School Exams Tests, IBM,
what is the difference b/w NULL and null?