How can you access memory located at a certain address?
No Answer is Posted For this Question
Be the First to Post Answer
What is adt in c programming?
Difference between malloc() and calloc() function?
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.
Why doesnt long int work?
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"
Process by which one bit pattern in to another by bit wise operation is?
in iso what are the common technological language?
How to develop software using "c" programming?
AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
what will be the output of "printf("%d%d",scanf("%d% d",&a,&b))".provide an explation regarding the question
Who is invented by c?
what is pointer?