what are you see during placement time in the student.
No Answer is Posted For this Question
Be the First to Post Answer
how to make program without <> in library.
What is the use of a conditional inclusion statement in C?
a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6
to find the program of matrix multiplication using arrays
Where is c used?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What is chain pointer in c?
In which category does main function belong??
Write a program which calculate sum of several number and input it into an array. Then, the sum of all the number in the array is calculated.
What is structure padding and packing in c?
write a program which will count occurance of a day between two dates.