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
What is meant by inheritance?
What are global variables and explain how do you declare them?
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?
what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }
What do you mean by dynamic memory allocation in c? What functions are used?
Why should I prototype a function?
what is an array
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
What is structure packing in c?
Explain modulus operator. What are the restrictions of a modulus operator?
Find occurence of a character in a sting.