What is the o/p of the follow pgm?
#include
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
1 3972write a program that prints a pascal triangle based on the user input(like how many stages) in an efficient time and optimized code?
3 7116Go through this linked list concept.While traversing through the singly linked list sometimes the following code snippet "while(head != NULL)" is used and other times "while(head->link != NULL)"is used(Here head is the pointer pointing to the first node,node has two parts data part and link part).What is the difference between head != NULL and Head->link != NULL and in which situation are they used?
1 3881What is the output of the program
#include
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
2249Post New Oracle C Interview Questions
How to create mailto link in html
What do you understand by DDL and DML statements?
how man listed companies are there in NSE/BSE.
What is the size of empty structure in c?
Is deep learning better than machine learning?
give detail on the sales project how many number of dimensions & fact tables are used in projec briefly. how the four fact tables taken in the project.
How to use core folder in codeigniter?
What is oracle datasource?
Why do we use inheritance in php?
What is luw (logical unit of work)?
How to restrict null values in web report? : sap bobi
Explain master data in dp
In an applet one custom button is created on clicking that button all the fields get validated and then message should be displayed on the other applet as the corresponding field values are empty
How we can maintain session in rest services?
how will you find the total disk space used by a specific user?