List all the files with ‘.mem’ extension in reverse alphabetical order in a particular directory?
2 7816Assume that the int variables i and j have been declared, and that n has been declared and initialized. Write code that causes a "triangle" of asterisks of size n to be output to the screen. Specifically, n lines should be printed out, the first consisting of a single asterisk, the second consisting of two asterisks, the third consistings of three, etc. The last line should consist of n asterisks. Thus, for example, if n has value 3, the output of your code should be * ** *** You should not output any space characters. Hint: Use a for loop nested inside another for loop.
2 18917If L1 visa got rejected.Is there any time frame required for reapplying it? Once it got rejected,ll it be less chance of getting it again?
18447hi shain can u send me some detail about bgp so that i can enhance my knowledge over bgp and can you also teach me about the process of suppernating. now what i am thinking that this could be last visit on that site overhere.so please mail that short of thing on my gmail id i am requesting to all of the visitor that please send theire doubt or question to my new gmail id which is jitendera.ccnainterview@gmail.com.i will try to solve it if i am capable to do it Wishing all of you for great future Jitendera kaumar sinha
2460main() { int i; clrscr(); printf("%d", &i)+1; scanf("%d", i)-1; } a. Runtime error. b. Runtime error. Access violation. c. Compile error. Illegal syntax d. None of the above
1 10978main(int argc, char *argv[]) { (main && argc) ? main(argc-1, NULL) : return 0; } a. Runtime error. b. Compile error. Illegal syntax c. Gets into Infinite loop d. None of the above
4 13557main() { int i; float *pf; pf = (float *)&i; *pf = 100.00; printf("\n %d", i); } a. Runtime error. b. 100 c. Some Integer not 100 d. None of the above
2 11999#define SQR(x) x * x main() { printf("%d", 225/SQR(15)); } a. 1 b. 225 c. 15 d. none of the above
3 14073union u { struct st { int i : 4; int j : 4; int k : 4; int l; }st; int i; }u; main() { u.i = 100; printf("%d, %d, %d",u.i, u.st.i, u.st.l); } a. 4, 4, 0 b. 0, 0, 0 c. 100, 4, 0 d. 40, 4, 0
1 7966Post New HCL Interview Questions
There are some duplicate entries in an array and you want to remove them. How would you do that?
where do you use double linked list?
Can we refresh servlet in client and server side automatically?
what do you mean by every IC 74 first digit.why are you using this no.why not using another no.
What is requirements subprofile?
How jsp is executed?
Explain purchase day book.
What is shadow dom and virtual dom?
pass journal entries of the following transaction in the books of AG sindh, AGPR,FTO and SBP: 1)DDo sindh house submitted a bill for purchase of furniture to AGPR islamabad for Rs.200000 on 20th March 09; 2)AGPR issued cheque on 2nd april which was cleared by SBP on 5th April; 3)On 26th may, voucher were exchanged in the clearing house; 4)On 28th May, AG sindh issued advise to settlement to SBP karachi; 5)On 5th june,SBP HQ karachi sends a copy of clearnce memo along with bank statement to AG sindh and AGPR for settlement made on 31st May.
What is namespace & why it is used in c++?
Why you should learn python in 2019?
What are different ui annotation in cds views?
What is a silver and deming drill bit?
What is the purpose of a server?
Describe the data classes?