What is use of integral promotions in c?
No Answer is Posted For this Question
Be the First to Post Answer
WHAT IS ABSTRACT DATA TYPE
#include<stdio.h> int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20
code for selection sort?
What is the difference between functions getch() and getche()?
5) Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.without using big int and exponential function
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
What is a nested formula?
Is c a great language, or what?
How do you write a program which produces its own source code as its output?
A woman had somany gloves and hats 22 red,34 blue, 45 white...there was power cut and she took a glove and how many gloves shud she take so that she gets a pair of glove fr each color??
What is a memory leak in structures? How can we rectify that?
What is the size of structure in c?