A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
No Answer is Posted For this Question
Be the First to Post Answer
write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?
can you explain in brief what is "r+" mode in a file... i know that it si used to read and modify rhe existing content.... but explalanation about the file pointer in "r+" mode i wann to know???????????
What is a memory leak? How to avoid it?
How to add two numbers without using semicolon n c????
Why can’t we compare structures?
If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.
Linked lists -- can you tell me how to check whether a linked list is circular?
What is meant by gets in c?
write a program to sum of its digit with using control structure or with out using loop. for ex: let the number is 25634 then answer will be=2+5+6+3+4=20
How do i store a paragraph into a string? for example, if i input a long paragraph, the program will read the words one by one and concatenate them until no word is left.
what is bit rate & baud rate? plz give wave forms
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?