Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers.
Visa on 8 DEC 2014
Npu university
No Answer is Posted For this Question
Be the First to Post Answer
What is malloc() function?
Write a program to print distinct words in an input along with their count in input in decreasing order of their count..
Explain bit masking in c?
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 Answers Accenture, Infosys, Wipro,
what is c?
How can I call a function with an argument list built up at run time?
What are type modifiers in c?
how would a 4*3 array A[4][3] stored in Row Major Order?
what is the difference between definition and declaration? give me some examples.
Why #include is used in c language?
Tell me what is the purpose of 'register' keyword in c language?
1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.