What is the difference between null pointer and wild pointer?
No Answer is Posted For this Question
Be the First to Post Answer
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.
Explain what is the difference between a free-standing and a hosted environment?
Differentiate between null and void pointers.
void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }
How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.
Write a program to swap two numbers without using the third variable?
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
how to find your architecture is LittleEndian or BigEndian?
What are examples of structures?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
5. distance conversion: Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer