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 30340

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 18856

what is the difference between arrays and linked list

26 85025

what is volatile in c language?

9 29756

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

4 7094

How to avoid structure padding in C?

8 53223

what is c?

13 12126

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

12 31414

what is disadvantage of pointer in C

13 26545

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

6 9095

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

31 59048

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

2 5159

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 18185

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

3 21637

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

1 3270

Post New Tech Mahindra C Interview Questions


Tech Mahindra C Interview Questions


Un-Answered Questions

hi gurus , plz can anybody forward ur cv of accounts/finance related , exp of 4+ years to afreenjuveriya@yahoo.com

2091


What are the triggers associated with image items?

794


What is the effect of the internet of things have on healthcare segment?

1


What is vpn and what it consists of?

397


What is directives in angular 2?

571






Can you tell me how can you find out the # of rows updated after an update statement?

830


What are the different types of joins in sql?

1143


What is socket programming in java?

617


what is the meaning of Processing Vendor/Employee payments

2625


Does mixcloud have an rss feed?

689


What is the use of spark in big data?

262


Is 4gb of ram enough for windows 7?

561


Differenciate between circuit wiring and sub main wiring with illustrations

1976


What is a column variable?

662


An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

873