Explain 'far' and 'near' pointers in c.
No Answer is Posted For this Question
Be the First to Post Answer
What is the real time usage volatile?
wap to print "hello world" without using the main function.
Hai what is the different types of versions and their differences
How can I determine whether a machines byte order is big-endian or little-endian?
How to reverse a string using a recursive function, with swapping?
What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none
What is sizeof array?
What are the rules for the identifier?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database
2 Answers TCS, Unisys, Webyog,
Can we access the array using a pointer in c language?
What should be keep precautions while using the recursion method?