Explain the advantages and disadvantages of macros.
No Answer is Posted For this Question
Be the First to Post Answer
write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
1 Answers iGate, Shashi, Source Bits, Subex,
IS Doon college of Engn.. has good faculty
Is it possible to pass an entire structure to functions?
What is strcpy() function?
How can you determine the size of an allocated portion of memory?
How would you sort a linked list?
Why c is called object oriented language?
Can you please compare array with pointer?
Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?
What is static memory allocation? Explain
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?
what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);