Why cant I open a file by its explicit path?
No Answer is Posted For this Question
Be the First to Post Answer
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
write a program to insert an element at the specified position in the given array in c language
name the language for writing c compiler?
write the output of following code .. main() { static int a[]={10,20,30,40,50}; int *ptr=a; static int arr[2][2]={1,2,3,4}; char str[]="ABCD * 4#"; char *s=str+2; int i,j; for(i=0;i<5,i++) printf("%d",*ptr++); for(i=0;i<2;i++) for(j=0;j<2;j++) printf("%d\n",*(*(n+i)+j)); printf("%c\n%c\n%c\n",*(str+2),*s++,*--s); }
Find greatest of two numbers using macro
what will happen if you free a pointer twice after allocating memory dynamically ?
swap two integer variables without using a third temporary variable?
Explain the difference between #include "..." And #include <...> In c?
how to TOGGLE Nth bit of variable in a MACRO
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
What is meant by errors and debugging?
What are the different types of constants?