Explain what is the difference between null and nul?
No Answer is Posted For this Question
Be the First to Post Answer
Explain argument and its types.
What is the heap?
Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.
What is local and global variable in c?
What is the use of the sizeof operator?
print a "hello" word without using printf n puts in c language
What is the use of getchar() function?
What is a good way to implement complex numbers in c?
How can I change the size of the dynamically allocated array?
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }
Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?
Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day