Write a function that will take in a phone number and output all possible alphabetical combinations
1051Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
1503Discuss the function of conditional operator, size of operator and comma operator with examples.
TCS,
1158
What is the scope of an external variable in c?
What are the Advantages of using macro
Explain the use of 'auto' keyword
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
Explain how to reverse singly link list.
What are the advantages and disadvantages of c language?
What is the scope of static variable in c?
How to define structures? ·
Difference between exit() and _exit() function?
What is a pointer and how it is initialized?
What is a structure in c language. how to initialise a structure in c?
how should functions be apportioned among source files?
Why isnt any of this standardized in c?
What is the difference between int main and void main in c?
What 'lex' does?