What is a substring in c?
No Answer is Posted For this Question
Be the First to Post Answer
Is c is a high level language?
How do I create a directory? How do I remove a directory (and its contents)?
Why do u use # before include in a C Progam?
How to write a program to receive an integer & find its octal equivalent by using for loop?
Why is c called a mid-level programming language?
How can I make a program in c to print 'Hello' without using semicolon in the code?
9 Answers C DAC, Practical Viva Questions,
what will be the output for the following main() { printf("hi" "hello"); }
How do you override a defined macro?
write a c program to remove all the duplicate characters in a string and replace with single character? ex:-input- AAABBBCCC output- ABC
What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }
difference between loading and linking
what are the static variables
8 Answers HCL, iFlex, TCS, Wipro,