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 28665

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 17348

what is the difference between arrays and linked list

26 82070

what is volatile in c language?

9 28441

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

4 6445

How to avoid structure padding in C?

8 52097

what is c?

7 10565

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

12 29506

what is disadvantage of pointer in C

13 25093

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

6 8201

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

31 55431

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

2 4756

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 17065

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

3 19969

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

1 2955

Post New Tech Mahindra C Interview Questions


Tech Mahindra C Interview Questions


Un-Answered Questions

What is ip telephony?

564


What are the properties of carbohydrates?

605


Can a program have two main functions?

575


Where do we use cross and standard cable?

194


What does green field project mean?

652






What is page layout in salesforce?

218


What is Java Reflection API? Why it’s so important to have?

609


How do you sort a list in c#?

498


What is bea weblogic? : BEA Weblogic

528


diff between /etc/inetd and smf?

1452


What's the default access specifier for variables and methods of a class?

520


Why to use python numpy instead o f lists?

454


can i connect REF and Differencial relay in 1 CT core for transformer protection?

1469


Explain why does marble rarely contain fossils?

439


Explain types of search modes in splunk?

155