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

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

5 8126

what is the output? #define fun(a,b,t) (g ##t=(a),(a)=(b),(b)=g##t) float gfloat; main() { float a=1.12,b=3.14; fun (a,b,float); printf("na=%4.2f,b=%4.2f",a,b); } A)Error in Defining Macro B)a=1.12,b=3.14 C)a=3.14,b=1.12 D)None of the Above

3 11333

study the code: #include void main() { const int a=100; int *p; p=&a; (*p)++; printf("a=%dn(*p)=%dn",a,*p); } What is printed? A)100,101 B)100,100 C)101,101 D)None of the above

15 20536

Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include and #include "file.h"

15 20335

how to sort two array of characters and make a new array of characters.

1 5476

what is difference between ++(*p) and (*p)++

17 29003

what is difference between array of characters and string

18 47984

char ch=10;printf("%d",ch);what is the output

14 26103

char ch="{'H','I',0};printf("%s",ch);what is output

9 13936

which one is not preprocessor directive a)#if b)#elif c)#undef d)#pragma

16 25646

what will be the output: main(){char ch;int a=10;printf("%d",ch);}

36 35818

Study the Following Points: a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static 1. Which of the Following Statements are true w.r.t Bit- Fields A)a,b&c B)Only a & b C)Only c D)All

3 8745

2. What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value

3 6459

3. When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these

2124

4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above

6 13269

Post New Accenture C Interview Questions


Accenture C Interview Questions


Un-Answered Questions

How long the oxygen last for passenger in an emergency?

1082


In a batch if a job fails in between and you want to restart the batch from that particular job and not from the scratch then what will you do?

993


Is scala an oop?

1


how to caluclate sienerge qty in construction in ap

2378


What are the differences between sum function and using “+” operator?

1032


What do you mean by view composers?

695


Looking for interview questions for BAAN ERP - specifically the finance and logistics modules.

9464


How do you convert from LIS to LO extraction?

2966


What is core data in ios swift?

764


Describe a situation where you provided patient education on lifestyle modifications to improve kidney health and prevent disease progression.

1


What is the role of AI in drug discovery?

53


How do you truncate a table?

1120


What is the difference in cloud computing and computing for mobiles?

625


Why do we use lambda expression in c#?

895


Why use RSA rather than DES?

848