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..
4 16521WAP TO ACCEPT STRING AND COUNT A COMES N TIMES B COMES N TIMES C COMES N TIMES D COMES N TIMES AND SO ON......... AT LAST UNTIL Z COMES N TIMES...............
3 6057how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0
4 14983Design a program using an array that lists even numbers and odd numbers separately from the 12 numbers supplied by a user.
8 25211Design a program using an array that searches a number if it is found on the list of the given input numbers and locate its exact location in the list.
4 7586Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
2370What is the difference between big endian form and little endian form? write a code to convert big endian form to little endian and vice versa..
5 13470
How can I get back to the interactive keyboard if stdin is redirected?
Differentiate between declaring a variable and defining a variable?
What are comments and how do you insert it in a C program?
What are the valid places to have keyword “break”?
What is use of null pointer in c?
What is main () in c language?
What is a pointer and how it is initialized?
What is the default value of local and global variables in c?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
What is a dynamic array in c?
How is a macro different from a function?
How can I invoke another program or command and trap its output?
What is p in text message?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
Why is a semicolon (;) put at the end of every program statement?