Computer Science Engineering
hiii smriti
to get Computer Science and Engineering in the first round of the councelling you have to get rank in JEE around 4.5 k rank as such you are general right you have tough competation
regards
In order to get admission in LPU in B. tech programmes, you have to qualify LPUNEST exam, LPUNEST is a university entrance exam. As per the Eligibility Criteria (Qualifying Exam)
Pass with 60% aggregate marks in 10+2 (with Physics, Mathematics and English) or equivalent, subject to qualifying LPUNEST (https://nest.lpu.in/engineering/index.php) .
Hello Kundan,
With marks 195 your jee main rank will be around 5700-6500.
Now going by DTU admission general category the max jee rank for Cse last year was 4377 in round
number 6 for Delhi region.Accordingly you will be definitely getting IT with this rank but CSE depends
on
Hello,
Since you've mentioned "without using recursion" I've written the following code using recursion.
#include <stdio.h>
long power (int num, int pow)
{
if (pow)
return (num * power(num, pow - 1));
}
return 1;
int main()
int pow, num;
long result;
printf("Enter a number: ");
scanf("%d",
The Question containing Inaapropriate or Abusive Words
Question lacks the basic details making it difficult to answer
Topic Tagged to the Question are not relevant to Question
Question drives traffic to external sites for promotional or commercial purposes
The Question is not relevant to User
And never miss an important update