Function shall sum members of given one-dimensional array. However, it should sum only members whose number of ones in the binary representation is higher than defined threshold (e.g. if the threshold is 4, number 255 will be counted and 15 will not)
- The array length is arbitrary
- output the results to the stdout
Explain why can’t constant values be used to define an array’s initial size?
implement general tree using link list
Write a code on reverse string and its complexity.
What are the types of data types and explain?
write a C program, given number is double without using addt ion and multiplication operator?ex:n=6,ans=12,pls send me ans to goviseenu@gmail.com
How can I do serial ("comm") port I/O?
Why calloc is better than malloc?
program for reversing a selected line word by word when multiple lines are given without using strrev
How many parameters should a function have?
List some of the dynamic data structures in C?
Write a program that accept anumber in words
What is pointer & why it is used?