please send me papers for Dy. manager IT , PNB.
it would be a great help for me.
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between functions getch() and getche().
Is int a keyword in c?
1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?
What is sizeof return in c?
What is a program flowchart?
Function shall sum members of given one-dimensional array. However, it should sum only members whose number of ones in the binary representation is higher than defined threshold (e.g. if the threshold is 4, number 255 will be counted and 15 will not) - The array length is arbitrary - output the results to the stdout
Explain how does free() know explain how much memory to release?
What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }
How can I use a preprocessorif expression to ?
what is the use of getch() function in C program.. difference b/w getch() and getche()??
29 Answers HCL, IBM, Infosys, TCS, Wipro,
Find the largest number from the given 2 numbers without using any loops and the conditional operator.
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.