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 2267Describe the elements of Microsoft Word screen. Write down steps for creating, saving, retrieving, editing and printing a document.
2 11643How Find, Replace and Go To commands ca be used to substitute one character string for another? Explain with the heIp of an example.
1 11148How can you create a bulleted list, numbered list and an outline by using bullets and numbering command. Explain with the help of example.
2375Explain how to insert a hyperlink in to an Excel worksheet and save a Word document as a Web page.
1 7072To 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 2323Distinguish 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 453224.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
What is the latest version of yii?
How to get the index of the clicked field in reports in ABAP?
How to Change the owner of a component at runtime ?
How to call two different views from same action?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
sort term descripttion form, report and uery
daily Routine of father
How you can set module name, controller name, and action name in zend framework?
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
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
In C programming, how do you insert quote characters (‘ and “) into the output screen?
List some features of php that are deprecated in php7?
What is pointer to pointer in c with example?