How pointers are declared?
what is the difference between global variable & static variable declared out side all the function in the file.
When is a void pointer used?
Explain how can you determine the size of an allocated portion of memory?
Difference between data structure and data base.
7 Answers CTS, Value Labs, Zoho,
What is the scope of static variables?
write a c programme for add of two numbers with out use of arthematic operators
What are the different types of constants?
#include<stdio.h> main() { int a=1; int b=0; b=++a + ++a; printf("%d %d",a,b); }
What is the data segment that is followed by c?
You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?
Is c an object oriented programming language?
What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }
21 Answers ADITI, Student, TCS,