how can i access hard disk address(physical address)?
are we access hard disk by using far,near or huge pointer?
if yes then please explain.....
What is the purpose of scanf() and printf() functions?
Write an algorithm for a program that receives an integer as input and outputs the product of of its digits. E.g. 1234 = 24, 705 = 0
WRITE A PROGRAM TO FIND A REVERSE OF TWO NO
#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
Should a function contain a return statement if it does not return a value?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
Function shall sum members of given one-dimensional array. However, it should sum only members whose number of ones in the binary representation is higher than defined threshold (e.g. if the threshold is 4, number 255 will be counted and 15 will not) - The array length is arbitrary - output the results to the stdout
In header files whether functions are declared or defined?
Write a program in c to print * * * * * *******
all c language question