Explain about the functions strcat() and strcmp()?
What is a node in c?
1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=
Differentiate between static and dynamic modeling.
Is Exception handling possible in c language?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What is the purpose of scanf() and printf() functions?
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
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,
Can you write the function prototype, definition and mention the other requirements.
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What is pointer to pointer in c language?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler