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 28516

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 17223

what is the difference between arrays and linked list

26 81811

what is volatile in c language?

9 28345

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

4 6378

How to avoid structure padding in C?

8 51995

what is c?

7 10466

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

12 29319

what is disadvantage of pointer in C

13 24957

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

6 8092

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

31 55001

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

2 4724

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 16943

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

3 19758

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

Explain the netscalar one-arm mode deployment model.

528


. Using sed and grep, write a command which lists files and directories with following properties: (i) created in 1999 (ii) with user's as owner and group

2192


What is the difference between session bean and entity bean ?

474


How to show internal storage representation of data structure in RDBM?

529


Questions for role of a QC engineer at NDS,Bangalore 1st round is written 20 questions on aptitude and 10 question on testing Aptitude--problems on time and distance,tap problem,ages,time and work,probability, Testing 1.Difference Between QA & QC 2.Any 4 types of SDLC models with diagram. Also Pros and cons of each model 3.What is application Testing And embedded testing 4.Qualities of a good tester 5.Test cases for registering user. One field for user name,2 fields for password,"ok" and "cancel" button 6.What is a bug,explain Bug life cycle 7.Difference between priority and severity? 8.Some question on software design

3532






Explain the difference between the attributes immediate and rendered?

56


Differentiate between usobx_c and usobt_c

622


hai iam venkat iam appering RRB exam chennai on 23 nov 2008. pls help me wat kind of questions i to prepare? mail {venkiremo_krv@yahoo.co.in]

1420


What are quasi sovereign bonds?

689


What are match codes? describe?

618


State norton’s theorem?

668


How can you define a continuous delivery workflow?

1


What is rock quarry?

421


How do you respond to dementia behavior?

520


Sub link() Dim k As Integer Dim rand As Integer Dim URL As String Dim foldernum As Integer Dim folderstring As String Dim filenum As Integer Dim filestring As String k = 1 'for AC Numbers For i = 11 To 40 foldernum = 0 foldernum = 1000 + i folderstring = CStr(foldernum) folderstring = Mid(folderstring, 2, 3) folder = "ac" & folderstring 'folderstring = Sheets(2).Cells(i, 1) ' for Number of Random files For j = 1 To 10 rand = Int(Rnd * (200 - 1) + 1) filenum = 0 filenum = 1000 + rand filestring = CStr(filenum) filestring = Mid(filestring, 2, 3) 'URL = "http://ceobihar.nic.in/PSCDROM/ac" & folderstring & "/i" & folderstring & "0" & filestring & ".pdf" URL = "http://www.elections.tn.gov.in/pdfs/dt1/" & folder & "/" & folder & filestring & ".pdf" ' URL =http://www.wb.nic.in/wbeco/EROLLS/PDF/English/A001/a0010105 .pdf Cells(k, 1) = folderstring Cells(k, 2) = folder Cells(k, 3) = filestring Cells(k, 3) = URL k = k + 1 Next j Next i End Sub plz define it

2227