What is the use of pragma in embedded c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the main differences between C and Embedded C?
What is difference between structure and union with example?
What is a wrapper function in c?
Is array name a pointer?
what is level of tree if leaf node is at level 4.please explain.
What is the use of header?
array of pointer pointer to array pointer to pointer
What is macro?
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
Can a local variable be volatile in c?
logic for x=y^n
What is the Lvalue and Rvalue?