Explain 'far' and 'near' pointers in c.
No Answer is Posted For this Question
Be the First to Post Answer
WHAT IS HIGH LEVEL LANGUAGE?
How can we open a file in Binary mode and Text mode?what is the difference?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
What are the different types of pointers?
program to find middle element of linklist?
Suppose I want to write a function that takes a generic pointer as an argument and I want to simulate passing it by reference. Can I give the formal parameter type void **, and do something like this? void f(void **); double *dp; f((void **)&dp);
Can a pointer be volatile in c?
What is getche() function?
How can I change the size of the dynamically allocated array?
write a programe returns the number of times the character appears in the string
The variables are int sum=10,SuM=20; these are same or different?
What are lookup tables in c?