Explain Function Pointer?
No Answer is Posted For this Question
Be the First to Post Answer
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
Write a c program to demonstrate character and string constants?
How do we select the big element or any other operation from array which is read dynamically. user need to give the elements only no need to mention the size.
out put of printf(ā%dā,printf(ram));
sum of two integers values only other then integer it should print invalid input.
What is the use of structure padding in c?
How do i store a paragraph into a string? for example, if i input a long paragraph, the program will read the words one by one and concatenate them until no word is left.
What does c mean?
Can you tell me how to check whether a linked list is circular?
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
What is bin sh c?