What is spark map function?
No Answer is Posted For this Question
Be the First to Post Answer
Why is c called a structured programming language?
What does sizeof function do?
why array index always starts from zero??
The __________ attribute is used to announce variables based on definitions of columns in a table?
what would be the output of the following prog? Justify your answer? main() { unsigned char ch; unsigned char i; ch = -255; printf("%d",ch); i = -1; printf("%d",i); }
is forign key will be unique key any table or not?
please explain every phase in the "SDLC" in the dotnet.
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We.....Are....Student “ Note: one .=1 Space Output: "We Are Student"
what type of errors are checked during compilation
suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan
Design a program using an array that lists even numbers and odd numbers separately from the 12 numbers supplied by a user.
main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 Answers NDS, TCS,