C Programming and Technical Programming Definition

Diffrence Between Global & Extern Variable?

Read Solution (Total 6)

C Other Question

make the bit zero?
example
int x=0X0020;
Q1.is it valid?
Q2.if valid what is the value?
Q3.convert it into Binary formate?
Q4.then Make 3 bit zero?
logic of c program to find square root of a number without using sqrt(x) function