What is advantage of pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is 2c dna?
What math functions are available for integers? For floating point?
What are the uses of a pointer?
What does 4d mean in c?
differnce between do and do while
write a program to fined second smallest and largest element in a given series of elements (without sorting)
what is printf
write a program to insert an element at the specified position in the given array in c language
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
What is true about the following C Functions (a) Need not return any value (b) Should always return an integer (c) Should always return a float (d) Should always return more than one value
#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }
what is available in C language but not in C++?
10 Answers CTS, TCS,