who is the father of C Language?
Answers were Sorted based on User's Feedback
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }
What is structure data type in c?
Explain argument and its types.
I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?
In c programming language, how many parameters can be passed to a function ?
Differentiate between a for loop and a while loop? What are it uses?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
Difference between exit() and _exit() function?
is forign key will be unique key any table or not?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
Describe advantages and disadvantages of the various stock sorting algorithms
what will be the out put. #include<stdio.h> void main() { printf("Output:"); printf(1+"vikashpatel"); }//output: ikashpatel