my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
No Answer is Posted For this Question
Be the First to Post Answer
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
What's the total generic pointer type?
When should we use pointers in a c program?
is forign key will be unique key any table or not?
dynamically allocate memory for linear array of n integers,store some elements in it and find some of them
Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
what is real time system?what is the differance between hard and soft real time systems
Why static is used in c?
How many types of arrays are there in c?
Explain how do you generate random numbers in c?
struct abc { unsigned int a; char b; float r; }; struct xyz { int u; struct abc tt; }ww; ww = (struct xyz*)malloc(sizeof(struct xyz)); will the memory be allocated for the inner structure also?
What is omp_num_threads?