Answer Posted / prakash
array is nothing but group of elements and store the many values
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why C language is a procedural language?
Can we use visual studio for c?
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
p*=(++q)++*--p when p=q=1 while(q<=6)
Explain what is the purpose of "extern" keyword in a function declaration?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
What is use of bit field?
How is = symbol different from == symbol in c programming?
Difference between linking and loading?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
Explain how can I manipulate strings of multibyte characters?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
using for loop sum 2 number of any 4 digit number in c language
What is a void pointer in c?
What is the difference between āgā and āgā in C?