What is the difference between global int and static int declaration?
Specify different types of decision control statements?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
What will the line of code below print out and why?
What is the error in the code below and how should it be corrected?
what is different between auto and local static? why should we use local static?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
formula to convert 2500mmh2o into m3/hr
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
How to explain the final year project as a fresher please answer with sample project
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
I am from non technical Background. In how many days I can learn the python? and What I need to do for that?
Need guidewire related Documents(Interview Question/Tips/Best Practice/Dumps)