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) Describe the My Computer and My Documents folders; identify the elements that are present in every Window.
1 2620Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup.
1 2264Describe the elements of Microsoft Word screen. Write down steps for creating, saving, retrieving, editing and printing a document.
2 11641How Find, Replace and Go To commands ca be used to substitute one character string for another? Explain with the heIp of an example.
1 11146How can you create a bulleted list, numbered list and an outline by using bullets and numbering command. Explain with the help of example.
2373Explain how to insert a hyperlink in to an Excel worksheet and save a Word document as a Web page.
1 7071To modify an, existing worksheet. What steps are involved for: 1. Inserting and deleting rows and columns. 2. Printing cell formulas 3Jld displayed values 3. Using the page setup command
1 2319Distinguish between: a) Normal layout & Print Layout views b) Windows Clipboard & office Clipboard c) Save & Save As Commands d) Program File & Data File e) Pie Charts & Barr Charts
23641.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?
20169.how do you write a function that takes a variable number
of arguments? What is the prototype of printf () function?
10.How do you access command-line arguments?
11.what does ‘#include
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
1 453024.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
1966
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
Compare any 4 software development life cycle paradigms with each other. Indicate at least one application for each of the paradigms that are suitable to developed using that paradigm.
What is the difference between == and === operators in Kotlin?
How do you write if else in python?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
Explain the types of operations? Draw the figure for shift and rotate operations?
How do you determine the length of a string value that was stored in a variable?
How to Flush binary file from disk cache to disk ?
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
What are Data classes ? Aren’t they available in Java ?
How to render zf2 view within json response?
Which variable declarations within a class is invalid in php?
Tell me how do I redirect users back to my blog's main page after they login?
Tell me what are different methods to copy an object in python?