#include<conio.h> #include<stdio.h> void main() { int prev,next,sum,n,i; prev=next=1; for(i=1;i<=10;i++) { printf(“%d,\t”,prev); sum=prev+next; prev=next; next=sum; } getch(); }
Author: flizzindia
C Program to design Stop Watch (Clock)
#include<stdio.h> #include<conio.h> #include<dos.h> void main(){ int i,j,k; for(i=0;i<=24;i++){ for (j=0;j<=60;j++){ for(k=0;k<=60;k++){ printf(“%d:%d:%d”,i,j,k); delay(1000); clrscr(); } } } getch(); }
Possessive Nouns English Grammar for Competitive Exams
The possessive form is used with nouns referring to people, groups of people, countries, and animals. It shows a relationship of belonging between one thing and another. To form the possessive, add apostrophe + s to the noun. Possessive nouns Read More …
Present Perfect Continuous Tense English Grammar in Hindi Present Tense
Present Perfect Continous is used to indicate that some action in the current time has been going on for some time and is not yet over. Present Perfect Continous (सतत् पूर्ण वर्तमान) उन कार्यों के बारे में बताता है जो Read More …
Present Perfect Tense English Grammar in Hindi Present Tense
Present Perfect is used to describe actions in the current time that have been completed. Present Continous (अपूर्ण वर्तमान) का उपयोग वर्तमान काल के उन गतिविधियों के विवरण किया जाता है जो पूरे हो चुके हैं. Verbs Used : Has Read More …
Present Continuous Tense English Grammar in Hindi Present Tenses
Present Continous is used to describe actions in the current time that have not been completed. Present Continous (अपूर्ण वर्तमान) का उपयोग वर्तमान काल के उन गतिविधियों के विवरण किया जाता है जो पूरे नहीं हुऐ हैं. Verbs Used : Read More …
Present Indefinite Tense English Grammar in Hindi
Verb Used : Do , Does Present Indefinite (सामान्य वर्तमान) का उपयोग साधारण सत्य और आदतन हरकतओं का वरणन करने के लिये किया जाता है. Ex. I walk. You walk on the street Sachin does not Play football. यह वाक्य बताता Read More …
Prelims (CSAT) General studies for UPSC by Topper Shalini
Topic strategy/booklist/comment History Ancient RS Sharma + GS Manual few pages (although I didn’t find it much useful) History Medieval KSG class notes (just for the sake of touching medieval part) History Modern (Freedom Struggle) Both Bipin Chandra (Ncert + Read More …
General English Grammar Subject-Verb Agreement Tutorials
Subject-Verb Agreement : The use of verb according to number of Subject and person in any sentence is called Subject-Verb Agreement. If subject is Singular then we use singular verb . If Subject is plural then we use plural verb. Read More …
Who is poor , Poverty is in the mind or in the purse ? Must Read
Who is poor? A wealthy woman goes to a saree store and tells the boy at the counter “Bhaiya, show some cheap sarees. It is my son’s marriage and I have to give to my maid.” After sometime, the maid Read More …