What is function pointer c?
No Answer is Posted For this Question
Be the First to Post Answer
x=2,y=6,z=6 x=y==z; printf(%d",x)
13 Answers Bharat, Cisco, HCL, TCS,
Are there namespaces in c?
Why do we use main function?
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
Define macros.
What language is lisp written in?
Explain the advantages and disadvantages of macros.
Is return a keyword in c?
What are different storage class specifiers in c?
What is Heap?
difference between memcpy and strcpy
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor