What is && in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how are portions of a program disabled in demo versions?
Without using main fn and semicolon,print remainder for a given number in C language
write a program to swap Two numbers without using temp variable.
75 Answers EMC, Focus, GreyB, HCL, Hitech, HP, Huawei, Infosys, Mannar Company, Microsoft, Miles Software, Odessa Technologies, Satyam, TCS, Wipro,
Is c an object oriented programming language?
consider the following structure: struct num nam{ int no; char name[25]; }; struct num nam n1[]={{12,"Fred"},{15,"Martin"},{8,"Peter"},{11,Nicholas"}}; ..... ..... printf("%d%d",n1[2],no,(*(n1 + 2),no) + 1); What does the above statement print? a.8,9 b.9,9 c.8,8 d.8,unpredictable value
WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"
What is extern keyword in c?
Explain what are multidimensional arrays?
How to declare pointer variables?
What does a function declared as pascal do differently?
How does C++ help with the tradeoff of safety vs. usability?
Write a program to print the following series 2 5 11 17 23 31 41 47 59 ...