What is a void * in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?
What is a nested loop?
What is the difference between NULL and NUL?
What is keyword in c?
Do pointers store the address of value or the actual value of a variable?
Write a code to remove duplicates in a string.
What is the difference between c &c++?
write a C code To reverse a linked list
how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"
What is the best way to comment out a section of code that contains comments?
#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?
what is the advantage of using SEMAPHORES to ORDINARY VARIABLES???