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
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
How to swap two values using a single variable ? condition: Not to use Array and Pointer ?
Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage
which operator having highest precedence? a.)+ b.)++ c.)= d.)%
main() { int i=400,j=300; printf("%d..%d"); }
why should i select you?
What is the difference between a function and a method in c?
10. Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning
What is the symbol indicated the c-preprocessor?
Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.
Is it better to bitshift a value than to multiply by 2?
How can we open a file in Binary mode and Text mode?what is the difference?