Why does this code crash?
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......
What is a scope resolution operator in c?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.
How can you determine the size of an allocated portion of memory?
wats SIZE_T meant for?
give one ip, find out which contry
main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(ā%dā,x); }
How can I split up a string into whitespace-separated fields?
What are volatile variables in c?
What is a nested formula?
what is the difference between #include<stdio.h> and #include"stdio.h" ?