my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
a c code by using memory allocation for add ,multiply of sprase matrixes
Differentiate between functions getch() and getche().
What are the functions to open and close file in c language?
What is the explanation for cyclic nature of data types in c?
Define Array of pointers.
Write a program in c to replace any vowel in a string with z?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
What is && in c programming?
What is a lvalue
What is const keyword in c?
What is c mainly used for?
How many loops are there in c?
Does c have an equivalent to pascals with statement?
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none