any string of bits of length 'n' represents a unique non-
negative integer between.............?
Answer Posted / vinocit
2^n
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
what is event driven software and what is procedural driven software?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
What is structure in c explain with example?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
Explain 'far' and 'near' pointers in c.
What are terms in math?
Explain what is page thrashing?
what is uses of .net
How does free() know explain how much memory to release?
What are enumerated types?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks