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

Motorola C Interview Questions
Questions Answers Views Company eMail

WAP – represent a char in binary format

4 7152

write a C code to reverse a string using a recursive function, without swapping or using an extra memory.

9 39546

write a C code To reverse a linked list

2 13770

Difference between Class and Struct.

13 36504

Tell about strtok & strstr functions

2 18051

How to reverse a string using a recursive function, without swapping or using an extra memory?

31 95390

What is the Difference between Class and Struct?

10 10903

What is the Difference between Macro and ordinary definition?

3 24682

what's the o/p int main(int n, char *argv[]) { char *s= *++argv; puts(s); exit(0); }

1 4061

what is difference between array and structure?

44 127387

Function to find the given number is a power of 2 or not?

20 40312

If we have an array of Interger values, find out a sub array which has a maximum value of the array and start and end positions of the array..The sub array must be contiguious. Take the start add to be 4000. For Ex if we have an array arr[] = {-1,-2,-5,9,4,3,-6,8,7,6,5,-3} here the sub array of max would be {8,7,6,5} coz the sum of max contiguous array is 8+7+6+5 = 26.The start and end position is 4014(8) and 4020(5).

5 9694

array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}

12 13622

Differentiate between Macro and ordinary definition.

712

Write a function that will take in a phone number and output all possible alphabetical combinations

587

Post New Motorola C Interview Questions


Motorola C Interview Questions


Un-Answered Questions

Explain powershell included in sql server 2008?

597


What is heating effect?

1867


Suppose I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what's the problem?

131


Classify the apple into fruits, roots, stem.

530


What is the difference between Gini Impurity and Entropy in a Decision Tree?

102






Why is action split used by qtp?

545


What is compound journal entry?

631


What is ngmodule decorator?

404


when u script reveiwing in which area u more concentrates?

1402


What is the use of Computers in a Bank?

684


What is difference between Build, Version and Release

1665


Is Scala a Pure OOP Language? or Java a Pure OOP Language?

7


What is an autoshape in powerpoint?

104


'Invalid BLOb handle' error . what does this indicates?

1230


write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory

2741