shubhamkumar68's blog

By shubhamkumar68, history, 3 years ago, In English
  • Vote: I like it
  • -8
  • Vote: I do not like it

By shubhamkumar68, history, 3 years ago, In English

i need to increment character by one character but the second scanf statement is not taking input why?????

include<stdio.h>

include<stdlib.h>

int main() { char char1,char2,char3; int y,Y,n,N; printf("Hi! I'm a clever computer program that knows the alphabet.\n"); printf("Please enter a letter:\n"); scanf("%c",&char1); printf("The next letter is:%c\n",(char1+1)); printf("Do you want to enter another letter (y = yes)?\n"); scanf("%c",&char2); while(char2==y) { printf("Please enter a letter"); scanf("%c",&char3); printf("The next letter is:%c\n",(char3+1)); continue; } printf("Goodbye!"); return 0; }

Full text and comments »

  • Vote: I like it
  • -22
  • Vote: I do not like it

By shubhamkumar68, history, 4 years ago, In English
  • Vote: I like it
  • -5
  • Vote: I do not like it

By shubhamkumar68, history, 4 years ago, In English

Anyone please suggest me the project that i should do (not that much tough, i am a begineer) (for CS branch)

Full text and comments »

  • Vote: I like it
  • -20
  • Vote: I do not like it

By shubhamkumar68, history, 4 years ago, In English

Should i study object oriented programming and is it used in CP ? Where ? Also, what are its uses ?

Full text and comments »

  • Vote: I like it
  • +8
  • Vote: I do not like it

By shubhamkumar68, history, 4 years ago, In English

how to count all distinct elements in an array ???

Full text and comments »

  • Vote: I like it
  • -2
  • Vote: I do not like it

By shubhamkumar68, history, 4 years ago, In English

Sometimes the website of codeforces doesn't open but why?

Full text and comments »

  • Vote: I like it
  • -5
  • Vote: I do not like it

By shubhamkumar68, history, 4 years ago, In English

Can someone please suggest me some other coding contest held regularly other than codeforces and codechef. As i want to practice more and more in the live contest and improve my coding skills.

Full text and comments »

  • Vote: I like it
  • -2
  • Vote: I do not like it