what are you see during placement time in the student.
No Answer is Posted For this Question
Be the First to Post Answer
What is define c?
Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Consider the following C program. #include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain
Binary tree traversing
What are the average number of comparisons required to sort 3 elements?
Can we assign integer value to char in c?
Does free set pointer to null?
what is c language.
What is difference between far and near pointers?
What is signed and unsigned?
Explain b+ tree?