What is your stream meaning?
No Answer is Posted For this Question
Be the First to Post Answer
parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..
What is the real difference between arrays and pointers?
27 Answers Hexaware, Logic Pro, TCS,
how to set Nth bit of variable by using MACRO
What is an lvalue in c?
int a=0,b=2; if (a=0) b=0; else b=*10; What is the value of b ?
How can I determine whether a machines byte order is big-endian or little-endian?
Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer
who will call your main function in c under linux?
without a terminator how can we print a message in a printf () function.
du u know test pattern for robosoft? Plz share
1 Answers RoboSoft, TATA, Wipro,
What is the use of the sizeof operator?
Which is more efficient, a switch statement or an if else chain?