List the variables are used for writing doubly linked list
program.
No Answer is Posted For this Question
Be the First to Post Answer
Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?
what is software?
How can I run c program?
Differentiate between #include<...> and #include '...'
What is the explanation for the dangling pointer in c?
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...
How does free() know how many bytes to free?
what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
why little endian and big endian came?y they using differently? y they not used commonly ?wt is application of little and big ?
Why is C called a middle-level language?
there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?