can anyone please tell me wat is backlogs... i was looking
for the job openings where i read this.. eligibility
criteria minimum 70% in degree without backlogs. is that
arrear.. if so is it standing arrear or history of
arrears... please help me...
Answer Posted / jamal
the code is::::: if(condition) printf("hello"); else printf("world"); WHAT WILL BE THE CONDITION IN IF IN SUCH A WAY THAT BOTH HELLO AND WORLD ARE PRINTED
| Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
What is dynamic dispatch in c++?
Explain high-order and low-order bytes.
Write a function that will take in a phone number and output all possible alphabetical combinations
Explain how does flowchart help in writing a program?
What is the difference between NULL and NUL?
What is the difference between int main and void main in c?
What is wrong in this statement? scanf(ā%dā,whatnumber);
What are the storage classes in C?
Why do we need functions in c?
What is a structural principle?
Is c object oriented?
What is the purpose of void in c?
Is null a keyword in c?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.