What are all different types of pointers in c?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
How can you check to see whether a symbol is defined?
What is the difference between printf and scanf )?
explain what is fifo?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
Explain high-order and low-order bytes.
Explain how do you convert strings to numbers in c?
What is use of bit field?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
Is it better to bitshift a value than to multiply by 2?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
What are the different types of pointers used in c language?
Differentiate between functions getch() and getche().