What are the different types of pointers used in c language?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of c language in real life?
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
What are variables c?
what r the cpu registers r ther?
void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }
What is the size of a union variable?
What is abstract data structure in c?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
1 Answers 91mobiles, Amazon, App Guruz, College School Exams Tests, Folio3, Infosys, Omega, Planin, Riphah International University, Subex,
What is the use of define in c?
how to capitalise first letter of each word in a given string?
Which driver is a pure java driver
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory