Explain Function Pointer?
No Answer is Posted For this Question
Be the First to Post Answer
is assignment operator is arithmatic or not
which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%
What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }
How can I list all of the predefined identifiers?
is forign key will be unique key any table or not?
How will you write a code for accessing the length of an array without assigning it to another variable?
What is variable initialization and why is it important?
Can we increase size of array in c?
What does sizeof int return?
Can you please explain the difference between strcpy() and memcpy() function?
What is scanf () in c?
What is modifier & how many types of modifiers available in c?