Answer Posted / daya shankar
The C and C++ programming languages are powerful mid-level
programming languages that were created as systems
programming languages. This means that the language allows
access to operating system functions. In addition the
language has the capability for easy access to hardware.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What are the advantages and disadvantages of a heap?
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
What are static variables in c?
what is the different bitween abap and abap-hr?
why wipro wase
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
What is struct node in c?
What is the best way of making my program efficient?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
What is malloc() function?
Explain argument and its types.