What are dangling pointers in c?
No Answer is Posted For this Question
Be the First to Post Answer
prog for 1st five prime numbers in 2^x - 1
What is the difference between array_name and &array_name?
Explain what is the most efficient way to store flag values?
What header files do I need in order to define the standard library functions I use?
How to get string length of given string in c?
how to write a prog in c to convert decimal number into binary by using recursen function,
Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986
List the difference between a 'copy constructor' and a 'assignment operator' in C?
I have a varargs function which accepts a float parameter?
main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?
What is the 'named constructor idiom'?
print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5