How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include<stdio.h>...
An array name contains base address of the array. Can we change the base address of the array?
What is optimization in c?
what is disadvantage of pointer in C
what is event driven software and what is procedural driven software?
Why is c so powerful?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
WHY DO WE USE A TERMINATOR IN C LANGUAGE?
What is sizeof c?
Is there any data type in c with variable size?
What are the properties of union in c?
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
we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?