Why c is called a middle level language?
No Answer is Posted For this Question
Be the First to Post Answer
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
what would be the output of the following program? main() { int k = 123; char *ptr; ptr = &k; printf("%d",*ptr); }
Eight queens puzzle
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
What is the deal on sprintf_s return value?
Can anyone help me with this please? Need to print the below values.. Thanks 1 1 2 1 2 3 1 2 3 4
What does malloc () calloc () realloc () free () do?
Is return a keyword in c?
Software Interview Questions
why we use "include" word before calling the header file. is there any special name for that include??????
write a program in c to print **** * * * * ****
who is the founder of c
19 Answers College School Exams Tests, HP,