What are external variables in c?
No Answer is Posted For this Question
Be the First to Post Answer
Who developed c language and when?
Taking an example,differentiate b/w loader and linker ?
sir i got 146 correct question & i have also the advantage of height so will they consider my marks as 146+3=149.can any body tell me how they consider my height marks.
#include <stdio.h> int main ( int argc, char* argv [ ] ) { int value1 = 10; int value2 = 5; printf ( "\n The sum is :%d", value1 | value2 ); } This is the answer asked by some one to add two numbers with out using arithmetic operator?Yes this answer is write it given out put as 15.But how????? what is need of following line? int main ( int argc, char* argv [ ] ) how it work?what is the meaning for this line? please explain me.Advance thanks
write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
If you know then define #pragma?
What is a stream?
Write a program to print all permutations of a given string.
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
What is the meaning of int *x[]();?
write a program which will count occurance of a day between two dates.