How do you print only part of a string?
No Answer is Posted For this Question
Be the First to Post Answer
how to use showbits function?
Do you know what is the purpose of 'extern' keyword in a function declaration?
Explain what is wrong with this program statement? Void = 10;
what are advantages of U D F?
how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.
increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
What is a good data structure to use for storing lines of text?
difference between ordinary variable and pointer in C?
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,
Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********
What is structure in c language?