What does s c mean on snapchat?
No Answer is Posted For this Question
Be the First to Post Answer
Define the scope of static variables.
How are 16- and 32-bit numbers stored?
main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 Answers NDS, TCS,
1,1,5,17,61,217,?,?.
what is the differance between pass by reference and pass by value.
Do you know the purpose of 'register' keyword?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
What is alloca() and why is its use discouraged?
Reverse the part of the number which is present from position i to j. Print the new number.[without using the array] eg: num=789876 i=2 j=5 778986
What are preprocessor directives?
What is calloc in c?
Explain the concept of "dangling pointers" in C.