Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
No Answer is Posted For this Question
Be the First to Post Answer
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }
what is the difference between call by value and call by reference?
5 Answers Genpact, Global Logic, Infosys,
what is differnence b/w macro & functions
What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }
What is the role of this pointer?
dennis ritchie invented C language in AT&T bell laboratory what is the extension of AT&T?
What are the back slash character constants or escape sequence charactersavailable in c?
What is the maximum no. of arguments that can be given in a command line in C.?
Explain what is output redirection?
What is the need of structure in c?
how can i get this by using for loop? * ** * **** * ******