Who invented bcpl language?
No Answer is Posted For this Question
Be the First to Post Answer
What does %c mean in c?
what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }
what is the advantage of function pointer
16 Answers CMC, CS, Freshdesk, L&T, LG Soft, Matrix, TCS,
What are the types of type specifiers?
Explain what header files do I need in order to define the standard library functions I use?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
where does malloc() function get the memory?
Why malloc is faster than calloc?
Can the “if” function be used in comparing strings?
Example of friendly function in c++
write a c program to find the roots of a quadratic equation ax2 + bx + c = 0
11 Answers CSC, St Marys, TATA,
What are c header files?