Explain 'far' and 'near' pointers in c.
No Answer is Posted For this Question
Be the First to Post Answer
Is it possible to use curly brackets ({}) to enclose single line code in c program?
1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?
Write a program that receives as input a number omaadel-n-print, four digits.
what is the use of pointers
write a program to remove duplicate from an ordered char array? in c
List some basic data types in c?
What does a run-time "null pointer assignment" error mean?
What is pointer & why it is used?
Explain #pragma statements.
Explain how many levels deep can include files be nested?
How is = symbol different from == symbol in c programming?
Are c and c++ the same?