Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Tech Mahindra C Interview Questions
Questions Answers Views Company eMail

2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);

9 28526

f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?

9 17236

what is the difference between arrays and linked list

26 81817

what is volatile in c language?

9 28348

What are the commands should be given before weiting C Program i.e, Cd.. like

4 6382

How to avoid structure padding in C?

8 51998

what is c?

7 10469

main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?

12 29323

what is disadvantage of pointer in C

13 24957

is compiler do read the data line by line or not. ??

6 8094

what is the value of b if a=5; b=++a + ++a

31 55010

what are the stoge class in C and tel the scope and life time of it?

2 4725

What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }

8 16945

An entire structure variable can be assigned to another structure variable if __________

3 19761

Write a c program to print the even numbers followed by odd numbers in an array without using additional array

1 2927

Post New Tech Mahindra C Interview Questions


Tech Mahindra C Interview Questions


Un-Answered Questions

What does gravitational force depend on?

515


What does a html stand for?

441


Name at least six file extensions of Microsoft Access?

449


what are the interviews questions for storage domain

16020


What is the use of partial methods?

564






Is it better to use pop or imap?

1


What is partition, how will you implement it? : sql server analysis services, ssas

594


What are children prop?

159


How to delete a file in python?

445


Why is sorting necessary?

466


What is community ami?

115


What is the ideal input and output resistance of a current source?

2513


Is the address bus unidirectional?

462


plz if anyone have a model question papers for exam of drug inspector than plz send me on my E-mail ID hitesh_hirpara2000@yahoo.com

1825


What is .obj file in c?

639