In a byte, what is the maximum decimal number that you can accommodate?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to generate address labels using structures?
how to return 1000 variables from functio9n in c?plz give me code also
Why ca not I do something like this?
Write a program to find the number of times that a given word(i.e. a short string) occurs in a sentence (i.e. a long string!). Read data from standard input. The first line is a single word, which is followed by general text on the second line. Read both up to a newline character, and insert a terminating null before processing. Typical output should be: The word is "the". The sentence is "the cat sat on the mat". The word occurs 2 times.
Can you pass an entire structure to functions?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
Is using exit() the same as using return?
write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?
how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *
what will happen if you free a pointer twice after allocating memory dynamically ?
what is available in C language but not in C++?
10 Answers CTS, TCS,
who will call your main function in c under linux?