How can I change their mode to binary?
How can I read/write structures from/to data files?
what is the role you expect in software industry?
int a=0,b=2; if (a=0) b=0; else b=*10; What is the value of b ?
What is modeling?
What is this pointer in c plus plus?
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
how to construct a simulator keeping the logical boolean gates in c
What is variable in c example?
What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }
21 Answers ADITI, Student, TCS,
how to get starting address of a running C program
Why calloc is better than malloc?
How do you override a defined macro?