Fundamentals of computer programming UE Past Papers Questions.


View All Courses

(452) Question Category: Short answers

Is following code correct ? Justify your answer where necessary rewrite the code. Show how to compile the code . Hence display the output of the code.

{

j=3

For (k=0;k<=10;++k)

{

i=++k+j;

Printf("%dn");

}

}

 

Answer / Solution

Unlock

(453) Question Category: Long answers

What are characteristics of the Pseudocode (Program design language)? Briefly explain.

Answer / Solution

Unlock

(454) Question Category: Long answers

Programming control structures with examples

Answer / Solution

Unlock

View All Courses
News & Updates | Recently
Recent Updates
questions

2024-05-02: questions

Questions Uploaded on 2024-05-02


questions

2024-03-29: questions

Questions Uploaded on 2024-03-29


questions

2024-03-19: questions

Questions Uploaded on 2024-03-19

Dismissible in 10 seconds