A routine usually part of the operation system that loads a program into memory prior to execution
a) linker
b) loader
c) preprocessor
d) compiler
What would be an example of a structure analogous to structure c?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
What is the difference between procedural and declarative language?
What is cohesion in c?
What is scanf_s in c?
YBJBU6
the operator for exponencation is a.** b.^ c.% d.not available
What is the significance of an algorithm to C programming?
int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);
do ne body have any idea about the salary for the we r going to have interview. yup .. u got it right ..i m talking abt NIC.
how to swap 4 number without using temporary number?
main() { char *p; p="Hello"; printf("%c\n",*&*p); }