Explain how do you print an address?
No Answer is Posted For this Question
Be the First to Post Answer
What will the preprocessor do for a program?
What is the difference between far and near in c?
How can I send mail from within a c program?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
Where we use clrscr in c?
wap in c to accept n number display the highest and lowest value
How can I get random integers in a certain range?
write program on arrays
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?
how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.
What is the difference between the local variable and global variable in c?
main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }