nareshkumar6539

nareshkumar6539

Member

Member since
Nov 21, 2011
Last active
Oct 9, 2013
Total activities
0

Activity feed

Recent contributions

  1. #Threads

    c3242e26-f43c-4849-9ee3-543eb29172ea

    Nick_SharmaIf this program is saved as .C extension then it wont work as in C the declarations must always precede clrscr(). If...

  2. #Threads

    7b076d99-94e2-4990-83f2-af701027369e

    Gaurav v. Deshmukh#include<stdio.h> #include<conio.h> int main() { int no; char ch[0]="Even"; char ch[1]="odd"; printf("Enter a no. \t"); scanf("%d",...

  3. #Threads

    ce11c210-43de-4da2-ba25-afc2ce7bd66d

    Gaurav v. Deshmukhhey guys , just write any tricy c code ... as the game everyone will answer it .. ok 1st...

  4. #Threads

    57cbbbfc-cc2e-4f66-8701-b31007c97f89

    Abhishek RawalYou guys are genius.I can't go ahead of 12. Can you remember addition of two single digit hex number ? I...

  5. #Threads

    3e02aa2a-89e0-440e-be5c-3c3f75ba7e31

    Rits rishiokay! i got it! finally..😀 my program is running... now i am actually having confusion at function calling.. my new program:-...

  6. #Threads

    6d61d7d8-7292-40f8-9ae7-26ae0bbeda75

    Nick_SharmaHey all. Please try and attempt the following SQL queries Suppose you have a binary tree structure represented as in attachment 1.jpg...

  7. #Threads

    bfce292b-cdc1-40fb-aa04-e00416df4cf6

    zaveriOnce a circus artiste was on his way to his hometown, and he had to cross a bridge. the bridge was nearly...

  8. #Threads

    362900c2-cf8c-455a-8d1c-94bd21703259

    BoomBoomHello people. i do have a question i am stuck with. can anyone help me with that? The Question is- Write a...

  9. #Threads

    a4929f84-d650-4858-837c-2998f5e04150

    yes answer is 2 2 2 assignment operator is right associative c=a=0? (a=1)😔b=2); will be divided into two parts so first of...

  10. #Threads

    ECIL GET-2012 exam for CSE

    I gave exam for ECIL GET-2012 for CSE on June 10th 2012 here i am giving exam pattern and some of the...

  11. #Threads

    3dd542d2-52d8-4b49-881b-b852eea91069

    Avinash039will gate scorecard valid for psu or not in 2013?????Which year gate score card i did n`t understand ? if you are...

  12. #Threads

    9facc01f-8e06-43ea-b2ca-3817529be6a7

    Program is set of instructions,Process is program under execution Program is stored in Secondary Memory whereas Process stored in Main Memory Process...

  13. #Threads

    506369d9-28e6-4ff6-aa43-c5c634f48d4b

    I think answer is a(1/36) but i am not sure it is 100% correct after seeing the colour of marble again he...

  14. #Threads

    0aed728f-0bcd-4d56-9630-14b3dc21c5d5

    When servant comes for reporting king adds his value to previous servant number like this king add all servant numbers present(total 99...

  15. #Threads

    2ecf71a3-5ed7-4429-891e-5774f134d8a2

    (3!)+(3!)+(3!)+1+1+1=>21 (3+1)!-(5/5+1+1)=>21

  16. #Threads

    5d3abd19-f379-42ae-881b-d42410cd6514

    zioni m new to java. i need help my program has compiled but when displaying the output it shows 0 everytime if...

  17. #Threads

    4b7e9051-1ed4-42a5-9eeb-442b0688cdd5

    First you need to compile the java program by using the following command javac filename for executing below command is used java...

  18. #Threads

    d4b1200d-ee55-453e-96f1-736944c609f0

    bharathi shekarthanks😀 still same problem bro ...m getting same error😭in command prompt compile the program from current directory means where you save...

  19. #Threads

    8da86455-46cd-408f-b911-8d2256ba5e64

    By using master slave method you can solve the recurrence relations easily T(n)=a T(n/b)+f(n) where a>1 b>0 f(n) is a function then...

  20. #Threads

    ba46a3e4-be03-4f1b-8a2a-de937cd41bd4

    bhargava.meghaQ what is its prefix expression......solve it!!!!! ((2+3) * 4 + 5 * (6 + 7) * 8) + 9Prefix Expression: ++*+234**5+6789...

  21. #Threads

    9b4c4f8e-0b34-4f97-b85d-bc1acafce611

    T(n)=T(n-1)+1/n put n= n-1 T(n)=T(n-2)+1/(n-1)+1/n and so on ............ solve the total it will give sum of nth terms in harmonic series...

  22. #Threads

    3175fd75-fad3-4853-b7ed-17e474a41768

    I think that is not correct formula for effective paged memory access time Teff= h(c+m)+(1-h)(c+2m) c+m means to check frame number avilable...

  23. #Threads

    252ad5d9-a209-43cb-9756-bf30d9c22b04

    Yes it is possible.If you want to print something on console with out using semicolon then write printf() statement in if clause...

  24. #Threads

    2ce6e074-208d-4b30-95a6-0199774c311f

    if there is no space between * and Str_typed then below is answer typedef can be used for renaming the predefined keywords....