What is data structure in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
What does the file stdio.h contain?
Explain can static variables be declared in a header file?
what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } what will happen if you executed this code?
Why does not c have an exponentiation operator?
how to TOGGLE Nth bit of variable in a MACRO
What is nested structure with example?
print a "hello" word without using printf n puts in c language
actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston
helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe
Explain the advantages of using macro in c language?
what are advantages of U D F?