write a program to concatenation the string using switch
case?
No Answer is Posted For this Question
Be the First to Post Answer
which types of data structure will i use to convert infix to post fix???
Which of the following is not a valid declaration for main ()? 1) int main() 2) int main(int argc, char *argv[]) 3) They both work
Suppose I want to write a function that takes a generic pointer as an argument and I want to simulate passing it by reference. Can I give the formal parameter type void **, and do something like this? void f(void **); double *dp; f((void **)&dp);
There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.
15 Answers Cisco, Google, MBT,
Can you please compare array with pointer?
What is 2c dna?
What are the features of the c language?
hi how to convert program from notepad to turboc editor can u please help me
Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)
What standard functions are available to manipulate strings?
What is void main ()?
What is a const pointer, and how does it differ from a pointer to a const?