write a program that print itself even if the source file is
deleted?
Answers were Sorted based on User's Feedback
Answer / j.shakthi yokesh
@bitan:dude....if u don't mind,plz explain the code....i
didn't understand
| Is This Answer Correct ? | 0 Yes | 0 No |
What is include directive in c?
Write a program to generate the first n terms in the series --- 2,3,5,7,11,...,17
What is a spanning Tree?
Concat two string with most overlapped substring has to removeĀ "abcd"+ "cdef" = "abcdef
What is s in c?
What is false about the following A compound statement is a.A set of simple statments b.Demarcated on either side by curly brackets c.Can be used in place of simple statement d.A C function is not a compound statement.
#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?
What is the purpose of realloc()?
int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);
void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?
What is the use of pragma in embedded c?
What is signed and unsigned?