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
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?
Result of the following program is main() { int i=0; for(i=0;i<20;i++) { switch(i) case 0:i+=5; case 1:i+=2; case 5:i+=5; default i+=4; break;} printf("%d,",i); } } a)0,5,9,13,17 b)5,9,13,17 c)12,17,22 d)16,21 e)syntax error
Write a program to identify if a given binary tree is balanced or not.
What is gets() function?
Is the exit() function same as the return statement? Explain.
0 Answers Agilent, ZS Associates,
How do you access command-line arguments?
how can i calculate mean,median,mode by using c program
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
What are comments and how do you insert it in a C program?
CAN WE DEFINE ANY FUNCTION WITHIN A FUNCTION.
A woman had somany gloves and hats 22 red,34 blue, 45 white...there was power cut and she took a glove and how many gloves shud she take so that she gets a pair of glove fr each color??
how many argument we can pas in in a function