Post New Star Technocrates Electrical Engineering Interview Questions
What is imap server for outlook?
I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.
How do I create a desktop app in visual studio?
10. Write a program in āCā language that will perform the following operation on double link list. Each node of this list contains the address of previous as well as next node. The previous pointer of first node & next pointer of last node should contain null. 1. Creation of list with as many records as user want 2. Search a node in the list 3. Deletion at last position 4. Display 5. Exit Create separate functions for each operation. The create () will be used to create the list. It should accept no argument & return the address of the starting node. Search() will search a node in the list. It receives rollno as argument & return that node if found otherwise return null. The delete () function will delete the last node. It does not receive any argument & return structure type value at last position. The starting node of the double list must be declared as external pointer variable. Each element of double link list will contain the following information Roll No, Std Name, Course. Use do-while loop & switch case for generating the above menu. The format of the output should is given below: S.No. Roll No. Student Name Course 1 cse01 Anil Singh B.Tech
How to set up 2 navigations in zend framework 2?
What is indexer c#?
List types of array are available in php?
A plain carbon steel contains 45 wt% of proeutectoid ferrite. Define what is its average carbon content in weight percent? I know that you need to use a tie line in the phase diagram, but my book does not really give a good example to go by
what is the format of salary slip when basic , D.A.H.R.A. ,conveyance allowence , concluded and in deduction part P.F. E.S.I. & P.Tax.
What is good issue process? What is movement type for goods issue?
Explain weather satellite?
How do we define text symbols?
Why is linux safer than windows?
Why do we use pointer to pointer in c?
Why is multiple inheritance not supported in java?