my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
1590#include
Explain Basic concepts of C language?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
How can I open files mentioned on the command line, and parse option flags?
What do the functions atoi(), itoa() and gcvt() do?
Explain how do you declare an array that will hold more than 64kb of data?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
What is c programing language?
When should volatile modifier be used?
What is unsigned int in c?
Where are some collections of useful code fragments and examples?
Can we access the array using a pointer in c language?
Explain is it valid to address one element beyond the end of an array?
What is a stream water?
How do I determine whether a character is numeric, alphabetic, and so on?
What is extern storage class in c?