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....

  25. #Threads

    2d4cd78c-02e6-46dd-99e7-bac7aa8bd801

    Banashree Patrayes but what does char* means?that is my typing mistake i need to be give space there

  26. #Threads

    5b666dda-8881-4d5e-ae56-4e50d064d1b7

    char * means character pointer varible

  27. #Threads

    5166a65e-8ef2-464d-ac5d-33e1f763ebfd

    if first line is like below typedef char *Str_typed; then answer is none of the above if first line is like below...

  28. #Threads

    154c7cd6-2b04-4b4b-8497-0522574dc455

    I completed my engineering from JNTU hyderbad affilcated college.For me every semister is toughest because every semister atlest 2 subjects are toughest.Most...

  29. #Threads

    d28f928b-395d-43a4-bf42-e343d611fc81

    Answer is AT(BIT)* first of all value will be initialized(A),after that condition will be checked(AT),condition can be TRUE or FALSE,if condition is...

  30. #Threads

    62d091f0-22f5-4b37-a254-68bbf4066d96

    In a 6 digit number, find the possibilities of at least 4 digits are different means 4 or 5 or 6 digits...

  31. #Threads

    431acc79-e063-4e6a-9791-058b6d7b115c

    In c if you want to print something on console without using semicolon then write printf statement inside if as condition like...

  32. #Threads

    bbc3234c-e24e-4289-a3ef-badf13fab948

    Swap two variables without using third variable code will be like below a=a+b; b=a-b; a=a-b; the same thing we can do in...

  33. #Threads

    8422295a-ea28-4a4a-b57b-0a37df24ff0e

    Recursion: calling a function from it self is called Recursion In if clause you need to check the condition like N==0 ||N==1...

  34. #Threads

    61bfdb22-b6a4-48b3-bdba-0390df06b0fa

    HQL is getting information based on POJOs(classes) and its variables,where as SQL is getting information based on tabels and their columns Eg:in...

  35. #Threads

    dfb77ae1-b9c7-482c-a8d6-31f62578dd13

    SheldonCooperCan anyone tell me what is the difference between De Morgan's theorem and Principle of Duality?Principle of Duality means (x,y,+,.,0,1)=>(x,y,.,+,1...

  36. #Threads

    48606de7-fa17-437a-af2a-9fa2a222666d

    Gray Code is Unit distance,Cyclic and Reflective.For one variable gray code is simply 0 and 1 ,for two variables gray code is...

  37. #Threads

    Finding Time Complexity for a recurence relation

    Can anyone explain me how to find time complexity for the below recurrence relation T(n)= c (Constant) if n=1 n^1/2T(n^1/2)+n if n>1...

  38. #Threads

    ff7e3ef3-a7f5-4698-a80a-a7832c55ff8d

    Up to my knowledge in distributive 2 different gates should be there.I think you already know OR, AND gates follows Distributive law....

  39. #Threads

    76e4012f-606f-4a2d-9bf9-2f039afbd784

    1)Complement of EX-OR [(b*c)`]gate is EX-NOR 2)In EX-OR operation any one of the input is in complement form then it will act...

  40. #Threads

    59e2af4d-60e2-424d-b0b1-b3016df96abc

    I am not assuming x=0. EX-OR follows the associate law means even if we change the order of operation result will be...

  41. #Threads

    7f42d22d-b1ab-4863-aa1c-1d746fea627c

    Here i am giving an example for EX-OR which follows associative law.Associative law means order of operation doesn`t change the result.Here i...

  42. #Threads

    30169b7d-a4e8-4ec4-bb9a-2d175b4bf091

    1)If z=x*y then z*x is? if * is EX-OR operation then answer is y.because when both the symbols are same then it...

  43. #Threads

    280c70d6-c41f-4f81-ae54-0e07d6e59033

    1)Every logic gate follows Commutative law. 2)AND,OR,Ex-OR,EX-NOR follows Associative law. NAND,NOR doesn`t follow Associative law. 3)AND ,OR follows Distribut...