provide an example of the Group by clause, when would you
use this clause
No Answer is Posted For this Question
Be the First to Post Answer
Please provide question papers of NATIONAL INFORMATICS CENTRE for Scientific officer
Write a program to show the change in position of a cursor using c
What's the total generic pointer type?
What is the role of this pointer?
Is c easy to learn?
Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.
Explain a pre-processor and its advantages.
What is structure packing ?
write a addition of two no. program with out using printf,scanf,puts .
What are the salient features of c languages?
main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(ā%dā,x); }
What is c standard library?