Un-Answered Questions { Programming Languages }

What is the difference between global int and static int declaration?

591


Specify different types of decision control statements?

557


Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL

525


What will the line of code below print out and why?

489


What is the error in the code below and how should it be corrected?

495


what is different between auto and local static? why should we use local static?

840


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.

843


formula to convert 2500mmh2o into m3/hr

714


int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

999


How to explain the final year project as a fresher please answer with sample project

687


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"

1783


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);

1543


I am from non technical Background. In how many days I can learn the python? and What I need to do for that?

2070


Need guidewire related Documents(Interview Question/Tips/Best Practice/Dumps)

250