What is typedef example?
No Answer is Posted For this Question
Be the First to Post Answer
what is the code to display color fonts in the output?
Do you know what are bitwise shift operators in c programming?
What is the meaning of c in c language?
write a program to print infinte number
True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type
parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..
what is the structure pointer?
Define Spanning-Tree Protocol (STP)
what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}
how can i get the string which is having two spaces at the end.suppose the string is "Hello World ".Now at the end i have two spaces.i need to print with that spaces .
How can you increase the size of a dynamically allocated array?
Explain the advantages and disadvantages of macros.