Explain what is the difference between far and near ?
No Answer is Posted For this Question
Be the First to Post Answer
hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES
What are structure types in C?
Write a program using two-dimensional array that lists the odd numbers and even numbers separately in a 12 input values.
How many identifiers are there in c?
Write a program which calculate sum of several number and input it into an array. Then, the sum of all the number in the array is calculated.
What are local and global variables?
What is the use of getchar functions?
6)swap(int x,y) { int temp; temp=x; x=y; y=temp; } main() { int x=2;y=3; swap(x,y); } after calling swap ,what are yhe values x&y?
f1() { f(3);} f(int t) { switch(t); { case 2: c=3; case 3: c=4; case 4: c=5; case 5: c=6; default: c=0;} value of c?
What are pragmas and what are they good for?
what is c?
second highest number in a given set of numbers