YBJBU6
how we do lcm of two no using c simple if while or for statement
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
What are runtime error?
Explain what is a stream?
What is a pointer in c plus plus?
How to access or modify the const variable in c ?
16 Answers HCL, HP,
what is the output of printf("%d",(scanf("%d",10));
what is a function method?give example?
Write a C program where input is: "My name is xyz". output is: "xyz is name My".
Tell me is null always defined as 0(zero)?
Write a function that accepts two numbers,say a and b and makes bth bit of a to 0.No other bits of a should get changed.
2 Answers Scientific Atlanta, Wipro,
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.