What is structure padding and packing in c?
No Answer is Posted For this Question
Be the First to Post Answer
a 'c' program to tell that the set of three coordinates lie on a same line
Explain how can you tell whether a program was compiled using c versus c++?
Why void main is used in c?
What is difference between structure and union with example?
what is the difference between structure and union?
Write a function in c to find the area of a triangle whose length of three sides is given.
for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable
What are register variables in c?
Where register variables are stored in c?
using only #include <stdio.h> and #include <stdlib.h> Write a program in C that will read an input from the user and print it back to the user if it is a palindrome. The string ends when it encounters a whitespace. The input string is at most 30 characters. Assume the string has no spaces and distinguish between and lowercase. So madam is a palindrome, but MadAm is not a palindrome. Use scanf and %s to read the string. Sample Test: Enter a string: madam madam is a palindrome. Enter a string: 09023 09023 is not a palindrome.
What is the difference between test design and test case design?
What are the similarities between c and c++?