What are the uses of a pointer?
No Answer is Posted For this Question
Be the First to Post Answer
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
swap two integer variables without using a third temporary variable?
Explain what are multibyte characters?
Tell me what is null pointer in c?
write a progam to compare the string using switch case?
What is wrong in this statement? scanf(“%d”,whatnumber);
Can we change the value of static variable in c?
What is the difference between arrays and pointers?
can we initialize all the members of union?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
Explain how can I read and write comma-delimited text?
How do we open a binary file in Read/Write mode in C?