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 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 7347What 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 7078When 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
1 3620A 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
2 4800What 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]
Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
2 6833Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stderr D)All the above
5 10101Which of the Following will define a type NODE that is a node in a Linked list? A)struct node {NODE*next;int x;};type def struct node NODE; B)typedef struct NODE {struct NODE *next;int x;}; C)typedef struct NODE {NODE *next;int x;}; D)typedef struct {NODE *next;int x;}NODE;
5 7763Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)ferror() A)ii B)i,ii C)iii D)iv
6 7263Study 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
4 4249Look at the Code:
#include
Post New Accenture C Interview Questions
Does playonlinux install wine?
Explain the check points in quicktest professional (qtp)?
Can the amount of available energy in a given tropic level to be larger than the available energy in inferior tropic levels? What does that condition means to the conformation of the energy pyramids?
What will happened if the neutral of secondary of Xformer ( Star point) Note it's above KVA rated Xformer
What are the different classification of the timing control?
What is share,Bond, sharecapital, Budgeting, BRS, CA, CL, WC, WACC, Depreciation, types of Depreciation, B/S, CF items and some transactions and Preference Share capital, Equity Share Capital , Debenture and practicle Questions to solve and tell there itself whether the co's good for investing etc..like opinion for problems to find out how good one is with basics.
How do I compare text in excel?
I have created an invoice and made the payment in Accounts payable. Now the payment status is Negotiable and accounting status is processed. I reconciled the transaction in Cash Mgmt, The status changed from negotiable to Reconciled in CM. I checked the payment status for the invoice in payment window(AP), the payment status changed to RECONCILED UNACCOUNTED i.e correct but the accounting status is remain processed which is not the correct. I hope the transaction will be correct if the accounting status would have changed to PERTIAL . Please suggest any solution for the above query.
What are templates and its type in wpf?
How do I filter for duplicates in excel?
Explain link popularity and how it helps exactly.
How to find 3rd highest salary of an employee from the employee table in sql?
How to insert multiple rows with one insert statement in oracle?
What is the difference between forget() and the pull() method ?
What is the difference between br and br />?