Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746) Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
TCS,
27893.write a simple program that will output your name,phone number,e-mail address,and academic major on separate lines 1.create an account and a personal directory for your work b.find out how to create a subdirectory on your system.create one called info c.you will use a text editor to type in your programs and data files.some C systems have a built in text editor;others do not.Find out what text editor you will be using and how to access it.create a text file(not a program) containing your name ,address,and telephone number on separate lines.Next,write the brand of computer you are using and the name of the text editor.Then write a paragraph that describes your past experience with computers.save this file in your info directory. d. find out how to print a file on your system .print out and turn in the file you created in (c).
TCS,
53312.Given the short c program that follows a. make a list of the memory variables in this program b.which lines of code contain operations that change the contents of memory? what are those operations? Void main( void) { Double base; Double height; Double area; Printf(“enter base and height of triangle :”); Scanf(“%lg”, &base); Scanf(“%lg”, &height); Area=base*height/2.0; Printf(“the area of the triangle is %g \n”,area); }
1 46064.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program.
1 75055. distance conversion: Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
4 11606what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
20 22285I am looking for NIC Sample papers or any patern of questions/ syllabus plz, send me on hamid.khan135@yahoo.in Regard
NIC,
1 2062we create a pf with 3 fields.2 is defined as keyfields.we lock it with alcobj command.how we find out whether the file is locked or not?is it dspfd??/
CTS,
1 2125we can use parameters in cl and rpg pgms...etc.in particular i think when we use data area or datastructure or data queue .i think this means which one====in my question...parameters cannot be passed in which one????hope understand my qstn???
CTS,
2574
How to Retrieving the program that is associated with a given extension?
How might you associate Hive to Spark SQL?
What is the latest version of joomla?
How to Determine the last access time of a given file ?
What is current stable version of laravel?
What is the difference between object { } block and companion object { } code block in Kotlin?
How you can set module name, controller name, and action name in zend framework?
Tell me the role of modules and mixins in ruby?
How is a function declared? Why are Kotlin functions known as top-level functions?
develop algorithms to add polynomials (i) in one variable
Does Kotlin support primitive datatypes as like in Java?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What is pointer to pointer in c with example?
hi, all this is shoba m.c.a . i have learned abap but no oppurtunities right now as fresher , right now i want to learn any course on demand any one pls suggest me good course and institute in hyderabad
to take three string inputs in a two dimensional array of 3 rows and 15 columns and write a function that prints them.