What is 1f in c?
No Answer is Posted For this Question
Be the First to Post Answer
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
program in c to print 1 to 100 without using loop
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"
#include<stdio.h> int main(){ int a[]={1,2,3,5,1}; int *ptr=a+4; int y=ptr-a; printf("%d",y); }
WRITE A PROGRAM TO FIND A REVERSE OF TWO NO
write a 'c' program to sum the number of integer values
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
dynamically allocate memory for linear array of n integers,store some elements in it and find some of them
What is volatile variable how do you declare it?
What is substring in c?
How can I convert integers to binary or hexadecimal?
print the palindrome numbers in between 0 to n