![]() |
| Home | Tech FAQ | Interview Questions | Placement Papers | Tech Articles | Learn | Freelance Projects | Online Testing | Geeks Talk | Job Postings | Knowledge Base | Site Search | Add/Ask Question |
![]() Related Questions Latest Answer : All the solutions above are reading the source code with the files concepts.find a solution where you do not have a source file to read the contents.There is a macro or an attiribute which tells the compiler the name of the program, function or the attribute. ... Latest Answer : #include main(int argc, char *argv[]){ printf("Removing: %s...n", argv[0]); remove(argv[0]);} ... Latest Answer : You can write Multithreading application by using POSIX library of Linux ... Latest Answer : typedef enum {read,blue,green}color; void main() { color a = 1; // Error in C++} ... Latest Answer : *(*(*(*(a+i)+j)+k)+l) ... Tags : Pointer Latest Answer : Use fread() and fwrite() ... Latest Answer : str1="Hello";Str2="Hello World";while( (*str1)++ == (*str2)++ ); ... Latest Answer : #include#include#includevoid main(){char name[50],fname[15],sname[15],lname[15];int i,j,k;clrscr();printf("First name:");gets(fname);printf("Second name:");gets(sname);printf("Last ... Latest Answer : int a=10,b=20;a=a+b;b=a^b;a=a^b; ... Latest Answer : REVERSE A STRING#include#includemain(){ char str[50],revstr[50]; int i=0,j=0; printf("Enter the string to be reversed : "); scanf("%s",str); for(i=strlen(str)-1;i>=0;i--) { revstr[j]=str[i]; j++; } revstr[j]=''; printf("Input ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||