All Questions

Language

Follow
Showing 891 - 900 out of 1610 Questions
64 Views

Hi, I am getting 500-550 marks in NEET 2021 under EWS category and I am from UP. Can I get a MBBS seat in Rajarajeswarimedica college for MBBS ? What is the total cost of MBBS in this college and in which language the teachers will teach ? Or can you suggest me any low cost college for MBBS ?

MANISHA ROKA 9th Oct, 2021

Hello Harshit,

Well based on your marks I'm assuming your percentile would be around 70 .

And since you've a docimicle of Uttar Pradesh so for getting an MBBS seat at Rajarajeshwari Medical College, Banglore you're required to score an equivalent to at least 50th percentile to be considered for

231 Views

how many semesters of kannada language in Karnataka for other states students for ug courses ?

Raj 16th Nov, 2021

Hello student ,

As per the new format of degree courses that will come into effect from academic year 2021-22, students have to learn Kannada in four semesters plus an additional language with their majors and electives.For students from outside Karnataka/ outside India, and for those students from within Karnataka

47 Views

I am going to start my journey in software engineering so what language or knowledge should I learn in advance?

Vedang Ranmale 16th Nov, 2021

Hello student,

I am glad that you are starting a journey towards excelling in life and boosting your career.

Now, basically, first of all, you need to build a strong foundation for this field about all the concepts and subjects of software. So, I suggest that you start with C

40 Views

what are strings in c language

Hello,

I hope you are doing good,

Strings are actually a single set of characters that are broken by the blank letter '\ 0'. A null-cut string therefore contains characters that include a string followed by null.

The next announcement and launch creates a thread containing the word "Hello". To

60 Views

what is recursion in c language

Nitin Mereddy 7th Oct, 2021

Recursion is the process which comes into existence when a function calls a copy of itself to work on a smaller problem. Any function which calls itself is called recursive function, and such function calls are called recursive calls. Recursion involves several numbers of recursive calls. However, it is important

30 Views

where are pointers used in c language

Nitin Mereddy 7th Oct, 2021

The pointer in C language is a variable which stores the address of another variable. This variable can be of type int, char, array, function, or any other pointer. The size of the pointer depends on the architecture. However, in 32-bit architecture the size of a pointer is 2 byte.

60 Views

file handling mechanism in c language

Nitin Mereddy 7th Oct, 2021

In programming, we may require some specific input data to be generated several numbers of times. Sometimes, it is not enough to only display the data on the console. The data to be displayed may be very large, and only a limited amount of data can be displayed on the

33 Views

what is recursion in c language

Nitin Mereddy 7th Oct, 2021

Recursion is the process which comes into existence when a function calls a copy of itself to work on a smaller problem. Any function which calls itself is called recursive function, and such function calls are called recursive calls. Recursion involves several numbers of recursive calls. However, it is important

79 Views

cwhat are the basics required to learn c language

Nitin Mereddy 7th Oct, 2021
  • Operators and Expressions
  • Decision Making & Branching & Looping
  • Meaning of all 32 keywords
  • Understand what a linker and loader does
  • Way in which the program gets executed and gets compiled
  • Types of files created during the whole process
  • C tokens(completely)
  • Understand each word ,which is mentioned as C's features
68 Views

control statements in c language

Sree Student Expert 7th Oct, 2021

Hello Srikar,

Control Statements helps in control flow and smooth flow of the program

In C Language there are 4 Control Statements.

Jump statements

Selection statements

Decision making statements

Iteration statements

I hope this information was helpful to you.

All The Best!!

The question have been saved in answer later, you can access it from your profile anytime. Access now