What is p in text message?
No Answer is Posted For this Question
Be the First to Post Answer
What is volatile variable in c with example?
Explain what is #line used for?
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
Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?
When should we use pointers in a c program?
How arrays can be passed to a user defined function
What is a C array and illustrate the how is it different from a list.
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
How can I write a function analogous to scanf?
Why pointers are used?
An array name contains base address of the array. Can we change the base address of the array?
Bit swapping