what are the different types of datasets? what are their characteristics and properties? what are the advantages and disadvantages over others?.
Answer / kumar
sorry, I don't know exactly. I am just started to learning about datasets.
Is This Answer Correct ? | 0 Yes | 0 No |
what is static identifier in c language?
2 ships are wardroom light house one side at 30 degree and other ship other side at 45 degree. If light house has 100 m, find distance of boat from light house. and also find distance of each boat from light house
#include<stdio.h> int main() { char *ptr; char string[] = "How are you?"; ptr = string; ptr += 4; printf("%s",ptr); return 0; }
why does a microprocessor generally hAVE more address lines than data lines?
what are the different types of datasets? what are their characteristics and properties? what are the advantages and disadvantages over others?.
An inversion is an array of numbers is any pair (i,j) such that i<j and A[i]>A[j]. What is the average number of inversions in an array of n ? distinct numbers?
how to join two table those stored on different database.
can u tell me what are the subjects involved in group I and II and how i prepare for the exam
SIR i hv compleated b.tech(computer science engineering) with 82% marks. i want to join shipping corporation of india. it's my career dream. please i am eleasible or not?
3 Answers Shipping Corporation of India,
A company canteen needs an automated system for its food and beverage management. The canteen receives food and beverage items from different distributors. All the non perishable items are stored in the store-room and the perishable items are put in the fridge. The manager should be able to add, delete or update food and beverage items onto the system and perishable and non perishable item details are to be stored separately. Both waiters and the cooks should be able to update the perishable items, but only the cooks should be allowed to update the non perishable items. Both cooks and waiters are not allowed to add or delete any items that are entered. identify the Schema, Table , Fields
discuss the conditional formatting and advanced filtering features in MS-Excel with suitable example
0 Answers Punjab Computer College,
What is mean by the error LVALUE REQUIRED in C language