What is the use of pointers in C?
No Answer is Posted For this Question
Be the First to Post Answer
what are advantages of U D F?
Explain what is the difference between declaring a variable and defining a variable?
What does the message "warning: macro replacement within a string literal" mean?
What is a symbolic constant?
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }
Explain the priority queues?
Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?
Can you please compare array with pointer?
write a program to display numbers from 1 to 10 and 10 to 1?
write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.
Which function in C can be used to append a string to another string?
write a program to copy a string without using a string?