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

Accenture C Interview Questions
Questions Answers Views Company eMail

5. What kind of sorting is this: SORT (k,n) 1.[Loop on I Index] repeat thru step2 for i=1,2,........n-1 2.[For each pass,get small value] min=i; repeat for j=i+1 to N do { if K[j] 2 6220


6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()

2 6629

7. Identify the correct argument for the function call fflush() in ANSI C: A)stdout B)stdin C)stderr D)All the above

10 13437

10. Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning

5 10739

11. Look at the Code: #include void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage

7 14918

12. Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV

4 7716

write the program for prime numbers?

73 278975

what is reason of your company position's in india no. 1.

2237

void swap(int a,int b) { a=a+b; b=a-b; a=a-b; } in this code always gives the same result for all case

9 18442

Write a C program that reads a series of strings and prints only those ending in "ed"

2 15897

Write a C++ program without using any loop (if, for, while etc) to print numbers from 1 to 100 and 100 to 1;

18 39155

without using arithmatic operator solve which number is greater??????????

1 5663

Write a C Program to display the following menu: Menu 1. Display 2. Copy 3. Append 4. Exit Accept the choice (1-4) from the user, and perform the following tasks: Choice 1: Accept a file name from the user and display the file on screen Choice 2: Accept two file names, and copy first file to the second Choice 3: Accept two file names, and append second file to the first file Choice 4: Terminate the program

1 11971

what is the structure pointer?

2083

Write a program that takes a 5 digit number and calculates 2 power that number and prints it

5 15613

Post New Accenture C Interview Questions


Accenture C Interview Questions


Un-Answered Questions

What are the differences between batch gradient descent, stochastic gradient descent, and mini-batch gradient descent?

79


How do I empty my downloads folder?

842


What are the types of dimensional modeling?

1008


What are laser diodes?

997


WHAT IS THE FUNCTION OF SHORT CIRCUIT MAINTENANCE CT

2400


Why do we use json?

1


What is Microsoft Dynamics CRM E-mail Router?

599


Give Detail information about plc,dcs,and scada system?

1687


Igbt is a voltage controlled device. Why?

1335


Provide an example of a situation where you reassured a nervous patient and established a trusting rapport.

1315


What are the challenges of implementing AI on edge devices?

56


What is process communication?

982


How to check (validate) the form data in the spring web mvc framework?

468


What is the usage of break statement in go programming language?

1


Explain what do you understand by frames in html?

711