What is meant by initialization and how we initialize a variable?
No Answer is Posted For this Question
Be the First to Post Answer
Why c is called top down?
What is pointer & why it is used?
how to set Nth bit of a variable?
diff. between *p and **p
f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,
how can i get this by using for loop? * ** * **** * ******
What is the difference between Printf(..) and sprint(...) ?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
Is fortran still used in 2018?
main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }
if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.
18 Answers Parexel, Ram Infotech, Zycus Infotech,