How do we print only part of a string in c?
No Answer is Posted For this Question
Be the First to Post Answer
can we execute the program with the object file
What is the right type to use for boolean values in c? Is there a standard type?
Is c is a high level language?
What is the process to generate random numbers in c programming language?
main() { enum{red,green,blue=6,white}; pf("%d%d%d%d", red,green,blue,white); return 0; } a)0 1 6 2 b)0 1 6 7 c)Compilation error d)None of the above
What is the difference between text files and binary files?
Is register a keyword in c?
How to write c functions that modify head pointer of a linked list?
what is constant pointer?
What is a sequential access file?
Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.
12 Answers MIT, TCS,
two variables are added answer is stored on not for third variable how it is possible?