Describe the modifier in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the most appropriate way to write a multi-statement macro?
How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.
1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop
marge linklist
How can I change the size of the dynamically allocated array?
What are structure members?
write a 'c' program to sum the number of integer values
Does c have enums?
How we can write a value to an address using macro..?
Explain what is the benefit of using an enum rather than a #define constant?
What is the purpose of #pragma directives in C?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?