Is array a primitive data type in c?
No Answer is Posted For this Question
Be the First to Post Answer
Who is the main contributor in designing the c language after dennis ritchie?
Explain how can I prevent another program from modifying part of a file that I am modifying?
Tell me is null always defined as 0(zero)?
What is double pointer in c?
could u able to tell about suresoft technical session
Is there anything like an ifdef for typedefs?
please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch
what are brk, sbrk?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
What is the best way to store flag values in a program?
out put of printf(ā%dā,printf(ram));
Which command is more efficient? *(ptr+1) or ptr[1]