What is nested structure?
No Answer is Posted For this Question
Be the First to Post Answer
What are the uses of pre-processor directives?
What is #pragma statements?
Write a program to reverse a given number in c language?
Combinations of fibanocci prime series
Input is "Jack and jill went up a hill" To print output is 1-letter word(s)-1 2-letter words-1 3-letter words-1 4-letter words-4
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
how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48
What is meant by inheritance?
wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }
What is const and volatile in c?
How do I send escape sequences to control a terminal or other device?
write a program to print data of 5 five students with structures?