4) Write a program that takes a 5 digit number and
calculates 2 power
that number and prints it.
Answer Posted / manojpadhi04
please inform me the answer
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
When c language was developed?
using for loop sum 2 number of any 4 digit number in c language
Explain how can I read and write comma-delimited text?
struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer
Write a program to reverse a given number in c?
What does it mean when a pointer is used in an if statement?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
Explain how do you declare an array that will hold more than 64kb of data?
What is malloc calloc and realloc in c?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Can you pass an entire structure to functions?
Can we use any name in place of argv and argc as command line arguments?
Is there a way to jump out of a function or functions?
what are # pragma staments?
What is structure data type in c?