What are the 4 types of unions?
No Answer is Posted For this Question
Be the First to Post Answer
There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
WAP to convert text into its ASCII Code and also write a function to decode the text given?
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...
What are logical errors and how does it differ from syntax errors?
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
What are extern variables in c?
Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }
how to make program without <> in library.
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
What would be an example of a structure analogous to structure c?
What is the use of the restrict keyword?