Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
No Answer is Posted For this Question
Be the First to Post Answer
How can I do serial ("comm") port I/O?
Can true be a variable name in c?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
print the palindrome numbers in between 0 to n
Explain argument and its types.
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
What do you mean by a sequential access file?
explain about storage of union elements.
What is 2c dna?
Why is structure important for a child?
Can the “if” function be used in comparing strings?