HOW TO ANSWER IF ASKED " WHAT KIND OF A PERSON ARE YOU?" I
NEED AN ANSWER THAT IMPRESS THE INTERVIEWER

Answer Posted / bdlfbsdkighldfg

Hai sir i am very dedicated and innnovative to the work,

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

explain what is an endless loop?

611


Can you add pointers together? Why would you?

646


Write a program to swap two numbers without using a temporary variable?

611


What is a null string in c?

589


What is an auto variable in c?

758






p*=(++q)++*--p when p=q=1 while(q<=6)

1268


#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

720


What is the difference between struct and typedef struct in c?

659


How pointer is different from array?

583


What do you know about the use of bit field?

612


When a c file is executed there are many files that are automatically opened what are they files?

594


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

667


How can you allocate arrays or structures bigger than 64K?

683


How can I invoke another program (a standalone executable, or an operating system command) from within a c program?

655


Explain a file operation in C with an example.

663