Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 32223

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 20950

what is the difference between arrays and linked list

26 88878

what is volatile in c language?

9 31176

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

4 7930

How to avoid structure padding in C?

8 54774

what is c?

13 14959

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

12 33233

what is disadvantage of pointer in C

13 28655

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

6 10196

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

31 62770

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

2 5669

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 19526

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

3 22525

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

1 3680

Post New Tech Mahindra C Interview Questions


Tech Mahindra C Interview Questions


Un-Answered Questions

What is selenium 2.0?

1098


What is main thread in c#?

876


How to display a past time in days, hours and minutes?

979


what is Identity template in XSL, why do you use it?

911


What's relationship between JavaScript and ECMAScript? And What are JavaScript types?

1023


What certifications do you hold? : insurance health

525


Why do we need javascript?

908


What should a footer contain?

571


Explain accessors to a layman.

1113


How many web.config files can I have in an application?

944


Explain the filters in zend framework with examples?

190


What role does dalvik play in android development?

825


You are a project manager for Cashiers systems. Your company produces cashiering systems and software for the retail industry. Your customer has requested a change to the product. You will handle this change using the scope change control system. All of the following are true except: A. Changes to product scope should be reflected in project scope. B. Project scope changes may result in adjustments to the performance measurement baselines. C. Changes to project scope should be reflected in the product scope. D. Scope changes may result in performance improvements.

884


Define transaction and transaction isolation levels?

939


How to write native sql query in hibernate?

363