What is structure in c explain with example?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between fread buffer() and fwrite buffer()?
b) 4 c) 6 d) 7 32. Any C program a) must contain at least one function b) need not contain ant function c) needs input data d) none of the above 33. Using goto inside for loop is equivalent to using a) continue b) break c) return d)none of the above 34. The program fragment int a=5, b=2; printf(“%d”,a+++++b); a) prints 7 b)prints 8 c) prints 9 d)none of the above 35. printf(“ab” , “cd”,”ef”); prints a) ab abcdef c) abcdef, followed by garbage value d) none of the above 36. Consider the following program segment. i=6720; j=4; while((i%j)==0) { i=i/j; j=j+1; } On termination j will have the value a) 4 b) 8 c) 9 d) 6720
hi , please send me NIC written test papers to sbabavalli@gmail.com
how to find the binary of a number?
x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????
What is the difference between formatted&unformatted i/o functions?
how can i print "hello".please consider inverted commas as well.i want to print on console: "hello"
What is c mainly used for?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
Can we change the value of #define in c?
Explain how are portions of a program disabled in demo versions?
What does c mean in basketball?