Can we assign string to char pointer?
No Answer is Posted For this Question
Be the First to Post Answer
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......
main() { float a=3.2e40; printf("%d",a); }
Develop a flow chart and write a c program to find the roots of a quadratic equation ax2+bx+c=0 using switch and break statement.
main() { int x=5,y=10,z=0; x=x++ + y++; y=y++ + ++x; z=x++ + ++y; printf("%d%d%d\n",x,y,z); }
How can I implement sets or arrays of bits?
What is NULL pointer?
How can you return multiple values from a function?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
What kind of structure is a house?
Write a C program to find the smallest of three integers, without using any of the comparision operators.
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
program to locate string with in a string with using strstr function