How do you write a program which produces its own source code as output?
No Answer is Posted For this Question
Be the First to Post Answer
How can I swap two values without using a temporary?
What is key word in c language?
What is null pointer in c?
What will happen when freeing memory twice
Compare and contrast compilers from interpreters.
Explain the difference between #include "..." And #include <...> In c?
write a program which will count occurance of a day between two dates.
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); }
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.
without using arithmatic operator convert an intger variable x into x+1
logic for x=y^n
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor