Skip to main content

B.A/B.com/B.sc/M.A/M.sc/M.com/B.Lib Exam Scheme Download.

 http://csjmu.ac.in/frontpage/notices/

Then click on Main Exam List 2021 -2022

Scheme will auto Download.

Comments

Post a Comment

Popular posts from this blog

Terraform Commands

  Terraform Cheat Sheet terraform version $ terraform version Terraform v1.0.1 on darwin_amd64 terraform init $ terraform init Ask for input if necessary. If false, will error if input was required. $ terraform init -input=false You can also change the backend details using  -backend-config  option.,  reconfigure  will reconfigure the backend, ignoring any saved configuration . $ terraform init -backend-config=PATH/TO/CONFIGURATION_FILE -reconfigure