In c programming language, how many parameters can be passed to a function ?
What is the modulus operator?
who will call your main function in c under linux?
Why does the call char scanf work?
What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?
hi , please send me NIC written test papers to sbabavalli@gmail.com
ABCDCBA ABC CBA AB BA A A
How do you convert strings to numbers in C?
Why is c so popular?
to convert a string without using decrement operater and string functions
#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} what would be the output?
How do you initialize function pointers? Give an example?