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
What is #pragma statements?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
34.what are bitwise shift operators? 35.what are bit fields? What is the use of bit fields in a structure declaration? 36.what is the size of an integer variable? 37.what are the files which are automatically opened when a c file is executed? 38.what is the little endian and big endian? 39.what is the use of fflush() function? 40.what is the difference between exit() and _exit() functions? 41.where does malloc() function get the memory? 42.what is the difference between malloc() and calloc() function? 43.what is the difference between postfix and prefix unary increment operators?
What are examples of structures?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')
what are advantages of U D F?
What is malloc() function?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
what is pointer ?
10 Answers Kernex Micro Systems,
Array is an lvalue or not?