What is a stream in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
Why double pointer is used in c?
Is int a keyword in c?
program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.
define string ?
#include<stdio.h> void main() { int a=5,b=6,c; int x=(a<b)+7; int y=(x==7)*9; int z=(c=x+y)*2; printf("%h %h %h",x,y,z); } What is the output? Explain it.
Write a program to print the prime numbers from 1 to 100?
What's a good way to check for "close enough" floating-point equality?
Explain what is the benefit of using const for declaring constants?
sum of two integers values only other then integer it should print invalid input.
What is the easiest sorting method to use?
What do you mean by dynamic memory allocation in c? What functions are used?
What are the 4 types of unions?