Recent content by Asad45

  1. Asad45

    Best Laptop under budget.

    Guys suggest me some gaming laptops from 1500-1800 CAD(canadian dollars). TIA.
  2. Asad45

    Confusion with code problems

    I just started learning C language, please help me with my problem. **Using getchar() the program after executed and done with input doesn't close until I press enter. Q1.) In the code below the getchar() doesn't work but why? #include <stdio.h> int main(void) { int height, length, width...